Html Css Color HEX #602B45 Pompadour

📋 copy color: '#602B45'

red 96 ◦ green 43 ◦ blue 69

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

Shades of Pompadour #602B45

Tints of Pompadour #602B45

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.67%

 BLUE value IS 69 (27.34% from 255) = 33.17%

R = 46.15%
G = 20.67%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#602B45 (or 0x602B45) is known color: Pompadour. HEX triplet: 60, 2B and 45. RGB value is (96,43,69). Sum of RGB (Red+Green+Blue) = 96+43+69=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #602B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B45 is #9FD4BA. Grayscale: #3D3D3D. Windows color (decimal): -10474683 or 4533088. OLE color: 4533088.

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

Color convert

RGB 96 43 69 -
CMYK 0 0.55 0.28 0.62
HSL 330.57º 0.38% 0.27% -
HSV(B) 330.57º 0.55% 0.38% -
XYZ 6.76 4.64 6.17 -
YUV 61.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 96 43 69 0 0.55 0.28 0.62 330.57 0.38 0.27
Hex 60 2B 45 0 37 1C 3E 14B 26 1B
Octal 140 53 105 0 67 34 76 513 46 33
Binary 1100000 101011 1000101 0 110111 11100 111110 101001011 100110 11011

Color Harmonies of #602B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B45

Black with #602B45

Text Example


Text Example

White with #602B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,43,69); }

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

background-color css

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

 a { background-color: rgb(96,43,69); }

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

border-color css

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

 span { border-color: rgb(96,43,69); }

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