Html Css Color HEX #602943 Pompadour

📋 copy color: '#602943'

red 96 ◦ green 41 ◦ blue 67

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

Shades of Pompadour #602943

Tints of Pompadour #602943

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.1%

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

R = 47.06%
G = 20.1%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#602943 (or 0x602943) is known color: Pompadour. HEX triplet: 60, 29 and 43. RGB value is (96,41,67). Sum of RGB (Red+Green+Blue) = 96+41+67=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #602943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602943 is #9FD6BC. Grayscale: #3C3C3C. Windows color (decimal): -10475197 or 4401504. OLE color: 4401504.

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

Color convert

RGB 96 41 67 -
CMYK 0 0.57 0.30 0.62
HSL 331.64º 0.4% 0.27% -
HSV(B) 331.64º 0.57% 0.38% -
XYZ 6.63 4.48 5.83 -
YUV 60.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 96 41 67 0 0.57 0.30 0.62 331.64 0.4 0.27
Hex 60 29 43 0 39 1E 3E 14C 28 1B
Octal 140 51 103 0 71 36 76 514 50 33
Binary 1100000 101001 1000011 0 111001 11110 111110 101001100 101000 11011

Color Harmonies of #602943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602943

Black with #602943

Text Example


Text Example

White with #602943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602943; }

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

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

background-color css

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

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

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

border-color css

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

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

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