Html Css Color HEX #602843 Pompadour

📋 copy color: '#602843'

red 96 ◦ green 40 ◦ blue 67

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

Shades of Pompadour #602843

Tints of Pompadour #602843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33%

R = 47.29%
G = 19.7%
B = 33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#602843 (or 0x602843) is known color: Pompadour. HEX triplet: 60, 28 and 43. RGB value is (96,40,67). Sum of RGB (Red+Green+Blue) = 96+40+67=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #602843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602843 is #9FD7BC. Grayscale: #3B3B3B. Windows color (decimal): -10475453 or 4401248. OLE color: 4401248.

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

Color convert

RGB 96 40 67 -
CMYK 0 0.58 0.30 0.62
HSL 331.07º 0.41% 0.27% -
HSV(B) 331.07º 0.58% 0.38% -
XYZ 6.6 4.41 5.81 -
YUV 59.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 96 40 67 0 0.58 0.30 0.62 331.07 0.41 0.27
Hex 60 28 43 0 3A 1E 3E 14B 29 1B
Octal 140 50 103 0 72 36 76 513 51 33
Binary 1100000 101000 1000011 0 111010 11110 111110 101001011 101001 11011

Color Harmonies of #602843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602843

Black with #602843

Text Example


Text Example

White with #602843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602843; }

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

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

background-color css

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

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

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

border-color css

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

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

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