Html Css Color HEX #602948 Pompadour

📋 copy color: '#602948'

red 96 ◦ green 41 ◦ blue 72

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

Shades of Pompadour #602948

Tints of Pompadour #602948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.62%

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 45.93%
G = 19.62%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#602948 (or 0x602948) is known color: Pompadour. HEX triplet: 60, 29 and 48. RGB value is (96,41,72). Sum of RGB (Red+Green+Blue) = 96+41+72=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #602948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602948 is #9FD6B7. Grayscale: #3C3C3C. Windows color (decimal): -10475192 or 4729184. OLE color: 4729184.

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

Color convert

RGB 96 41 72 -
CMYK 0 0.57 0.25 0.62
HSL 326.18º 0.4% 0.27% -
HSV(B) 326.18º 0.57% 0.38% -
XYZ 6.79 4.54 6.65 -
YUV 60.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 96 41 72 0 0.57 0.25 0.62 326.18 0.4 0.27
Hex 60 29 48 0 39 19 3E 146 28 1B
Octal 140 51 110 0 71 31 76 506 50 33
Binary 1100000 101001 1001000 0 111001 11001 111110 101000110 101000 11011

Color Harmonies of #602948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602948

Black with #602948

Text Example


Text Example

White with #602948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602948; }

 p { color: rgb(96,41,72); }

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

background-color css

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

 a { background-color: rgb(96,41,72); }

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

border-color css

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

 span { border-color: rgb(96,41,72); }

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