Html Css Color HEX #602840 Pompadour

📋 copy color: '#602840'

red 96 ◦ green 40 ◦ blue 64

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

Shades of Pompadour #602840

Tints of Pompadour #602840

RGB

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

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

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

R = 48%
G = 20%
B = 32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#602840 (or 0x602840) is known color: Pompadour. HEX triplet: 60, 28 and 40. RGB value is (96,40,64). Sum of RGB (Red+Green+Blue) = 96+40+64=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #602840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602840 is #9FD7BF. Grayscale: #3B3B3B. Windows color (decimal): -10475456 or 4204640. OLE color: 4204640.

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

Color convert

RGB 96 40 64 -
CMYK 0 0.58 0.33 0.62
HSL 334.29º 0.41% 0.27% -
HSV(B) 334.29º 0.58% 0.38% -
XYZ 6.51 4.37 5.35 -
YUV 59.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 96 40 64 0 0.58 0.33 0.62 334.29 0.41 0.27
Hex 60 28 40 0 3A 21 3E 14E 29 1B
Octal 140 50 100 0 72 41 76 516 51 33
Binary 1100000 101000 1000000 0 111010 100001 111110 101001110 101001 11011

Color Harmonies of #602840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602840

Black with #602840

Text Example


Text Example

White with #602840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602840; }

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

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

background-color css

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

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

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

border-color css

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

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

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