Html Css Color HEX #602146 Pompadour

📋 copy color: '#602146'

red 96 ◦ green 33 ◦ blue 70

#602146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #602146

Tints of Pompadour #602146

RGB

 RED value IS 96 (37.89% from 255) = 48.24%

 GREEN value IS 33 (13.28% from 255) = 16.58%

 BLUE value IS 70 (27.73% from 255) = 35.18%

R = 48.24%
G = 16.58%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#602146 (or 0x602146) is known color: Pompadour. HEX triplet: 60, 21 and 46. RGB value is (96,33,70). Sum of RGB (Red+Green+Blue) = 96+33+70=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #602146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602146 is #9FDEB9. Grayscale: #373737. Windows color (decimal): -10477242 or 4596064. OLE color: 4596064.

HSL color Cylindrical-coordinate representation of color #602146: hue angle of 324.76º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602146 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 33 70 -
CMYK 0 0.66 0.27 0.62
HSL 324.76º 0.49% 0.25% -
HSV(B) 324.76º 0.66% 0.38% -
XYZ 6.47 4.02 6.23 -
YUV 56.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 96 33 70 0 0.66 0.27 0.62 324.76 0.49 0.25
Hex 60 21 46 0 42 1B 3E 145 31 19
Octal 140 41 106 0 102 33 76 505 61 31
Binary 1100000 100001 1000110 0 1000010 11011 111110 101000101 110001 11001

Color Harmonies of #602146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602146

Black with #602146

Text Example


Text Example

White with #602146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602146; }

 p { color: rgb(96,33,70); }

 H1.HeaderClassName
 {
   color: #602146;
 }
 .AnyTagClassName
 {
   color: #602146;
 }
</style>

background-color css

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

 a { background-color: rgb(96,33,70); }

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

border-color css

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

 span { border-color: rgb(96,33,70); }

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