Html Css Color HEX #602240 Pompadour

📋 copy color: '#602240'

red 96 ◦ green 34 ◦ blue 64

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

Shades of Pompadour #602240

Tints of Pompadour #602240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.99%

R = 49.48%
G = 17.53%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#602240 (or 0x602240) is known color: Pompadour. HEX triplet: 60, 22 and 40. RGB value is (96,34,64). Sum of RGB (Red+Green+Blue) = 96+34+64=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #602240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602240 is #9FDDBF. Grayscale: #373737. Windows color (decimal): -10476992 or 4203104. OLE color: 4203104.

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

Color convert

RGB 96 34 64 -
CMYK 0 0.65 0.33 0.62
HSL 330.97º 0.48% 0.25% -
HSV(B) 330.97º 0.65% 0.38% -
XYZ 6.32 4 5.29 -
YUV 55.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 96 34 64 0 0.65 0.33 0.62 330.97 0.48 0.25
Hex 60 22 40 0 41 21 3E 14B 30 19
Octal 140 42 100 0 101 41 76 513 60 31
Binary 1100000 100010 1000000 0 1000001 100001 111110 101001011 110000 11001

Color Harmonies of #602240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602240

Black with #602240

Text Example


Text Example

White with #602240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602240; }

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

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

background-color css

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

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

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

border-color css

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

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

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