#61134C

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

Shades of Pompadour #61134C

Tints of Pompadour #61134C

Color information

#61134C (or 0x61134C) is unknown color: approx Pompadour. HEX triplet: 61, 13 and 4C. RGB value is (97,19,76). Sum of RGB (Red+Green+Blue) = 97+19+76=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61134C is #9EECB3. Grayscale: #303030. Windows color (decimal): -10415284 or 4985697. OLE color: 4985697.

HSL color Cylindrical-coordinate representation of color #61134C: hue angle of 316.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61134C is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB971976-
CMYK00.800.220.62
HSL316.15º67.24%22.75%-
HSV(B)316.15º80.41%38.04%-
XYZ6.473.537.18-
YUV48.82143.34162.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 19 (7.81% from 255) = 9.90%
BLUE value IS 76 (30.08% from 255) = 39.58%
R=50.52%
G=9.90%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97197600.800.220.62316.1567.2422.75
Hex61134C050163E13c4317
Octal141231140120267647410327
Binary11000011001110011000101000010110111110100111100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61134C; }

 p { color: rgb(97,19,76); }

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

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

 a { background-color: rgb(97,19,76); }

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

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

 span { border-color: rgb(97,19,76); }

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