Html Css Color HEX #602C4B Pompadour

📋 copy color: '#602C4B'

red 96 ◦ green 44 ◦ blue 75

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

Shades of Pompadour #602C4B

Tints of Pompadour #602C4B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.47%

 BLUE value IS 75 (29.69% from 255) = 34.88%

R = 44.65%
G = 20.47%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#602C4B (or 0x602C4B) is known color: Pompadour. HEX triplet: 60, 2C and 4B. RGB value is (96,44,75). Sum of RGB (Red+Green+Blue) = 96+44+75=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #602C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C4B is #9FD3B4. Grayscale: #3F3F3F. Windows color (decimal): -10474421 or 4926560. OLE color: 4926560.

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

Color convert

RGB 96 44 75 -
CMYK 0 0.54 0.22 0.62
HSL 324.23º 0.37% 0.27% -
HSV(B) 324.23º 0.54% 0.38% -
XYZ 6.99 4.8 7.21 -
YUV 63.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 96 44 75 0 0.54 0.22 0.62 324.23 0.37 0.27
Hex 60 2C 4B 0 36 16 3E 144 25 1B
Octal 140 54 113 0 66 26 76 504 45 33
Binary 1100000 101100 1001011 0 110110 10110 111110 101000100 100101 11011

Color Harmonies of #602C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C4B

Black with #602C4B

Text Example


Text Example

White with #602C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,44,75); }

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

background-color css

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

 a { background-color: rgb(96,44,75); }

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

border-color css

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

 span { border-color: rgb(96,44,75); }

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