Html Css Color HEX #60294B Pompadour

📋 copy color: '#60294B'

red 96 ◦ green 41 ◦ blue 75

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

Shades of Pompadour #60294B

Tints of Pompadour #60294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.38%

R = 45.28%
G = 19.34%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#60294B (or 0x60294B) is known color: Pompadour. HEX triplet: 60, 29 and 4B. RGB value is (96,41,75). Sum of RGB (Red+Green+Blue) = 96+41+75=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #60294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60294B is #9FD6B4. Grayscale: #3D3D3D. Windows color (decimal): -10475189 or 4925792. OLE color: 4925792.

HSL color Cylindrical-coordinate representation of color #60294B: hue angle of 322.91º 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 #60294B is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 41 75 -
CMYK 0 0.57 0.22 0.62
HSL 322.91º 0.4% 0.27% -
HSV(B) 322.91º 0.57% 0.38% -
XYZ 6.89 4.58 7.18 -
YUV 61.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 96 41 75 0 0.57 0.22 0.62 322.91 0.4 0.27
Hex 60 29 4B 0 39 16 3E 143 28 1B
Octal 140 51 113 0 71 26 76 503 50 33
Binary 1100000 101001 1001011 0 111001 10110 111110 101000011 101000 11011

Color Harmonies of #60294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60294B

Black with #60294B

Text Example


Text Example

White with #60294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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