Html Css Color HEX #602E4E Pompadour

📋 copy color: '#602E4E'

red 96 ◦ green 46 ◦ blue 78

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

Shades of Pompadour #602E4E

Tints of Pompadour #602E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.45%

R = 43.64%
G = 20.91%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#602E4E (or 0x602E4E) is known color: Pompadour. HEX triplet: 60, 2E and 4E. RGB value is (96,46,78). Sum of RGB (Red+Green+Blue) = 96+46+78=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #602E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602E4E is #9FD1B1. Grayscale: #404040. Windows color (decimal): -10473906 or 5123680. OLE color: 5123680.

HSL color Cylindrical-coordinate representation of color #602E4E: hue angle of 321.6º 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 #602E4E is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 46 78 -
CMYK 0 0.52 0.19 0.62
HSL 321.6º 0.35% 0.28% -
HSV(B) 321.6º 0.52% 0.38% -
XYZ 7.18 4.99 7.79 -
YUV 64.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 96 46 78 0 0.52 0.19 0.62 321.6 0.35 0.28
Hex 60 2E 4E 0 34 13 3E 142 23 1C
Octal 140 56 116 0 64 23 76 502 43 34
Binary 1100000 101110 1001110 0 110100 10011 111110 101000010 100011 11100

Color Harmonies of #602E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602E4E

Black with #602E4E

Text Example


Text Example

White with #602E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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