#762643

Color #762643 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #762643

Tints of Flirt #762643

Color information

#762643 (or 0x762643) is unknown color: approx Flirt. HEX triplet: 76, 26 and 43. RGB value is (118,38,67). Sum of RGB (Red+Green+Blue) = 118+38+67=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #762643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762643 is #89D9BC. Grayscale: #414141. Windows color (decimal): -9034173 or 4400758. OLE color: 4400758.

HSL color Cylindrical-coordinate representation of color #762643: hue angle of 338.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #762643 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB1183867-
CMYK00.680.430.54
HSL338.25º51.28%30.59%-
HSV(B)338.25º67.8%46.27%-
XYZ9.185.645.92-
YUV65.23129165.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 67 (26.56% from 255) = 30.04%
R=52.91%
G=17.04%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118386700.680.430.54338.2551.2830.59
Hex7626430442B36152331f
Octal16646103010453665226337
Binary111011010011010000110100010010101111011010101001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762643; }

 p { color: rgb(118,38,67); }

 H1.HeaderClassName
 {
   color: #762643;
 }
 .AnyTagClassName
 {
   color: #762643;
 }
</style>
background-color css

<style>
 a { background-color: #762643; }

 a { background-color: rgb(118,38,67); }

 div.DivClassName
 {
   background-color: #762643;
 }
 .BgClassName
 {
   background-color: #762643;
 }
</style>
border-color css

<style>
 span { border-color: #762643; }

 span { border-color: rgb(118,38,67); }

 td.TdClassName
 {
   border-color: #762643;
 }
 .TagClassName
 {
   border-color: #762643;
 }
</style>