Html Css Color HEX #60284B Pompadour

📋 copy color: '#60284B'

red 96 ◦ green 40 ◦ blue 75

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

Shades of Pompadour #60284B

Tints of Pompadour #60284B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

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

R = 45.5%
G = 18.96%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#60284B (or 0x60284B) is known color: Pompadour. HEX triplet: 60, 28 and 4B. RGB value is (96,40,75). Sum of RGB (Red+Green+Blue) = 96+40+75=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60284B is #9FD7B4. Grayscale: #3C3C3C. Windows color (decimal): -10475445 or 4925536. OLE color: 4925536.

HSL color Cylindrical-coordinate representation of color #60284B: hue angle of 322.5º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60284B is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 40 75 -
CMYK 0 0.58 0.22 0.62
HSL 322.5º 0.41% 0.27% -
HSV(B) 322.5º 0.58% 0.38% -
XYZ 6.85 4.51 7.17 -
YUV 60.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 96 40 75 0 0.58 0.22 0.62 322.5 0.41 0.27
Hex 60 28 4B 0 3A 16 3E 142 29 1B
Octal 140 50 113 0 72 26 76 502 51 33
Binary 1100000 101000 1001011 0 111010 10110 111110 101000010 101001 11011

Color Harmonies of #60284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60284B

Black with #60284B

Text Example


Text Example

White with #60284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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