Html Css Color HEX #602E4A Pompadour

📋 copy color: '#602E4A'

red 96 ◦ green 46 ◦ blue 74

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

Shades of Pompadour #602E4A

Tints of Pompadour #602E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 44.44%
G = 21.3%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#602E4A (or 0x602E4A) is known color: Pompadour. HEX triplet: 60, 2E and 4A. RGB value is (96,46,74). Sum of RGB (Red+Green+Blue) = 96+46+74=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #602E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E4A is #9FD1B5. Grayscale: #404040. Windows color (decimal): -10473910 or 4861536. OLE color: 4861536.

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

Color convert

RGB 96 46 74 -
CMYK 0 0.52 0.23 0.62
HSL 326.4º 0.35% 0.28% -
HSV(B) 326.4º 0.52% 0.38% -
XYZ 7.04 4.94 7.06 -
YUV 64.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 96 46 74 0 0.52 0.23 0.62 326.4 0.35 0.28
Hex 60 2E 4A 0 34 17 3E 146 23 1C
Octal 140 56 112 0 64 27 76 506 43 34
Binary 1100000 101110 1001010 0 110100 10111 111110 101000110 100011 11100

Color Harmonies of #602E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602E4A

Black with #602E4A

Text Example


Text Example

White with #602E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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