#60194B

Color #60194B Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #60194B

Tints of Pompadour #60194B

Color information

#60194B (or 0x60194B) is unknown color: approx Pompadour. HEX triplet: 60, 19 and 4B. RGB value is (96,25,75). Sum of RGB (Red+Green+Blue) = 96+25+75=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60194B is #9FE6B4. Grayscale: #333333. Windows color (decimal): -10479285 or 4921696. OLE color: 4921696.

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

Color convert

RGB962575-
CMYK00.740.220.62
HSL317.75º58.68%23.73%-
HSV(B)317.75º73.96%37.65%-
XYZ6.443.697.03-
YUV51.93141.02159.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 25 (10.16% from 255) = 12.76%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=48.98%
G=12.76%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96257500.740.220.62317.7558.6823.73
Hex60194B04A163E13e3b18
Octal14031113011226764767330
Binary1100000110011001011010010101011011111010011111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60194B;
 }
 .AnyTagClassName
 {
   color: #60194B;
 }
</style>
background-color css

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

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

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

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

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

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