Html Css Color HEX #602242 Pompadour

📋 copy color: '#602242'

red 96 ◦ green 34 ◦ blue 66

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

Shades of Pompadour #602242

Tints of Pompadour #602242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.35%

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

R = 48.98%
G = 17.35%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#602242 (or 0x602242) is known color: Pompadour. HEX triplet: 60, 22 and 42. RGB value is (96,34,66). Sum of RGB (Red+Green+Blue) = 96+34+66=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #602242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602242 is #9FDDBD. Grayscale: #383838. Windows color (decimal): -10476990 or 4334176. OLE color: 4334176.

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

Color convert

RGB 96 34 66 -
CMYK 0 0.65 0.31 0.62
HSL 329.03º 0.48% 0.25% -
HSV(B) 329.03º 0.65% 0.38% -
XYZ 6.38 4.02 5.59 -
YUV 56.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 96 34 66 0 0.65 0.31 0.62 329.03 0.48 0.25
Hex 60 22 42 0 41 1F 3E 149 30 19
Octal 140 42 102 0 101 37 76 511 60 31
Binary 1100000 100010 1000010 0 1000001 11111 111110 101001001 110000 11001

Color Harmonies of #602242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602242

Black with #602242

Text Example


Text Example

White with #602242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602242; }

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

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

background-color css

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

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

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

border-color css

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

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

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