Html Css Color HEX #602349 Pompadour

📋 copy color: '#602349'

red 96 ◦ green 35 ◦ blue 73

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

Shades of Pompadour #602349

Tints of Pompadour #602349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.16%

 BLUE value IS 73 (28.91% from 255) = 35.78%

R = 47.06%
G = 17.16%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#602349 (or 0x602349) is known color: Pompadour. HEX triplet: 60, 23 and 49. RGB value is (96,35,73). Sum of RGB (Red+Green+Blue) = 96+35+73=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #602349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602349 is #9FDCB6. Grayscale: #393939. Windows color (decimal): -10476727 or 4793184. OLE color: 4793184.

HSL color Cylindrical-coordinate representation of color #602349: hue angle of 322.62º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602349 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 35 73 -
CMYK 0 0.64 0.24 0.62
HSL 322.62º 0.47% 0.26% -
HSV(B) 322.62º 0.64% 0.38% -
XYZ 6.63 4.17 6.76 -
YUV 57.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 96 35 73 0 0.64 0.24 0.62 322.62 0.47 0.26
Hex 60 23 49 0 40 18 3E 143 2F 1A
Octal 140 43 111 0 100 30 76 503 57 32
Binary 1100000 100011 1001001 0 1000000 11000 111110 101000011 101111 11010

Color Harmonies of #602349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602349

Black with #602349

Text Example


Text Example

White with #602349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602349; }

 p { color: rgb(96,35,73); }

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

background-color css

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

 a { background-color: rgb(96,35,73); }

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

border-color css

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

 span { border-color: rgb(96,35,73); }

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