Html Css Color HEX #602842 Pompadour

📋 copy color: '#602842'

red 96 ◦ green 40 ◦ blue 66

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

Shades of Pompadour #602842

Tints of Pompadour #602842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.8%

 BLUE value IS 66 (26.17% from 255) = 32.67%

R = 47.52%
G = 19.8%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#602842 (or 0x602842) is known color: Pompadour. HEX triplet: 60, 28 and 42. RGB value is (96,40,66). Sum of RGB (Red+Green+Blue) = 96+40+66=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #602842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602842 is #9FD7BD. Grayscale: #3B3B3B. Windows color (decimal): -10475454 or 4335712. OLE color: 4335712.

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

Color convert

RGB 96 40 66 -
CMYK 0 0.58 0.31 0.62
HSL 332.14º 0.41% 0.27% -
HSV(B) 332.14º 0.58% 0.38% -
XYZ 6.57 4.4 5.66 -
YUV 59.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 96 40 66 0 0.58 0.31 0.62 332.14 0.41 0.27
Hex 60 28 42 0 3A 1F 3E 14C 29 1B
Octal 140 50 102 0 72 37 76 514 51 33
Binary 1100000 101000 1000010 0 111010 11111 111110 101001100 101001 11011

Color Harmonies of #602842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602842

Black with #602842

Text Example


Text Example

White with #602842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602842; }

 p { color: rgb(96,40,66); }

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

background-color css

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

 a { background-color: rgb(96,40,66); }

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

border-color css

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

 span { border-color: rgb(96,40,66); }

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