Html Css Color HEX #602142 Pompadour

📋 copy color: '#602142'

red 96 ◦ green 33 ◦ blue 66

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

Shades of Pompadour #602142

Tints of Pompadour #602142

RGB

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

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

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

R = 49.23%
G = 16.92%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#602142 (or 0x602142) is known color: Pompadour. HEX triplet: 60, 21 and 42. RGB value is (96,33,66). Sum of RGB (Red+Green+Blue) = 96+33+66=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #602142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602142 is #9FDEBD. Grayscale: #373737. Windows color (decimal): -10477246 or 4333920. OLE color: 4333920.

HSL color Cylindrical-coordinate representation of color #602142: hue angle of 328.57º 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 #602142 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 33 66 -
CMYK 0 0.66 0.31 0.62
HSL 328.57º 0.49% 0.25% -
HSV(B) 328.57º 0.66% 0.38% -
XYZ 6.35 3.97 5.59 -
YUV 55.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 96 33 66 0 0.66 0.31 0.62 328.57 0.49 0.25
Hex 60 21 42 0 42 1F 3E 149 31 19
Octal 140 41 102 0 102 37 76 511 61 31
Binary 1100000 100001 1000010 0 1000010 11111 111110 101001001 110001 11001

Color Harmonies of #602142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602142

Black with #602142

Text Example


Text Example

White with #602142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602142; }

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

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

background-color css

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

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

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

border-color css

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

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

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