Html Css Color HEX #60184B Pompadour

📋 copy color: '#60184B'

red 96 ◦ green 24 ◦ blue 75

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

Shades of Pompadour #60184B

Tints of Pompadour #60184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.31%

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

R = 49.23%
G = 12.31%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#60184B (or 0x60184B) is known color: Pompadour. HEX triplet: 60, 18 and 4B. RGB value is (96,24,75). Sum of RGB (Red+Green+Blue) = 96+24+75=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60184B is #9FE7B4. Grayscale: #333333. Windows color (decimal): -10479541 or 4921440. OLE color: 4921440.

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

Color convert

RGB 96 24 75 -
CMYK 0 0.75 0.22 0.62
HSL 317.5º 0.6% 0.24% -
HSV(B) 317.5º 0.75% 0.38% -
XYZ 6.42 3.65 7.02 -
YUV 51.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 96 24 75 0 0.75 0.22 0.62 317.5 0.6 0.24
Hex 60 18 4B 0 4B 16 3E 13E 3C 18
Octal 140 30 113 0 113 26 76 476 74 30
Binary 1100000 11000 1001011 0 1001011 10110 111110 100111110 111100 11000

Color Harmonies of #60184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60184B

Black with #60184B

Text Example


Text Example

White with #60184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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