Html Css Color HEX #602E4D Pompadour

📋 copy color: '#602E4D'

red 96 ◦ green 46 ◦ blue 77

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

Shades of Pompadour #602E4D

Tints of Pompadour #602E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21%

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 43.84%
G = 21%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#602E4D (or 0x602E4D) is known color: Pompadour. HEX triplet: 60, 2E and 4D. RGB value is (96,46,77). Sum of RGB (Red+Green+Blue) = 96+46+77=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #602E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602E4D is #9FD1B2. Grayscale: #404040. Windows color (decimal): -10473907 or 5058144. OLE color: 5058144.

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

Color convert

RGB 96 46 77 -
CMYK 0 0.52 0.20 0.62
HSL 322.8º 0.35% 0.28% -
HSV(B) 322.8º 0.52% 0.38% -
XYZ 7.14 4.98 7.61 -
YUV 64.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 96 46 77 0 0.52 0.20 0.62 322.8 0.35 0.28
Hex 60 2E 4D 0 34 14 3E 143 23 1C
Octal 140 56 115 0 64 24 76 503 43 34
Binary 1100000 101110 1001101 0 110100 10100 111110 101000011 100011 11100

Color Harmonies of #602E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602E4D

Black with #602E4D

Text Example


Text Example

White with #602E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,46,77); }

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

background-color css

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

 a { background-color: rgb(96,46,77); }

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

border-color css

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

 span { border-color: rgb(96,46,77); }

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