Html Css Color HEX #602042 Pompadour

📋 copy color: '#602042'

red 96 ◦ green 32 ◦ blue 66

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

Shades of Pompadour #602042

Tints of Pompadour #602042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.49%

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

R = 49.48%
G = 16.49%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#602042 (or 0x602042) is known color: Pompadour. HEX triplet: 60, 20 and 42. RGB value is (96,32,66). Sum of RGB (Red+Green+Blue) = 96+32+66=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #602042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602042 is #9FDFBD. Grayscale: #363636. Windows color (decimal): -10477502 or 4333664. OLE color: 4333664.

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

Color convert

RGB 96 32 66 -
CMYK 0 0.67 0.31 0.62
HSL 328.13º 0.5% 0.25% -
HSV(B) 328.13º 0.67% 0.38% -
XYZ 6.32 3.91 5.58 -
YUV 55.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 96 32 66 0 0.67 0.31 0.62 328.13 0.5 0.25
Hex 60 20 42 0 43 1F 3E 148 32 19
Octal 140 40 102 0 103 37 76 510 62 31
Binary 1100000 100000 1000010 0 1000011 11111 111110 101001000 110010 11001

Color Harmonies of #602042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602042

Black with #602042

Text Example


Text Example

White with #602042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602042; }

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

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

background-color css

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

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

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

border-color css

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

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

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