Html Css Color HEX #602A43 Pompadour

📋 copy color: '#602A43'

red 96 ◦ green 42 ◦ blue 67

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

Shades of Pompadour #602A43

Tints of Pompadour #602A43

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.49%

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

R = 46.83%
G = 20.49%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#602A43 (or 0x602A43) is known color: Pompadour. HEX triplet: 60, 2A and 43. RGB value is (96,42,67). Sum of RGB (Red+Green+Blue) = 96+42+67=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #602A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602A43 is #9FD5BC. Grayscale: #3C3C3C. Windows color (decimal): -10474941 or 4401760. OLE color: 4401760.

HSL color Cylindrical-coordinate representation of color #602A43: hue angle of 332.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #602A43 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 42 67 -
CMYK 0 0.56 0.30 0.62
HSL 332.22º 0.39% 0.27% -
HSV(B) 332.22º 0.56% 0.38% -
XYZ 6.66 4.55 5.84 -
YUV 61 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 96 42 67 0 0.56 0.30 0.62 332.22 0.39 0.27
Hex 60 2A 43 0 38 1E 3E 14C 27 1B
Octal 140 52 103 0 70 36 76 514 47 33
Binary 1100000 101010 1000011 0 111000 11110 111110 101001100 100111 11011

Color Harmonies of #602A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602A43

Black with #602A43

Text Example


Text Example

White with #602A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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