#61134B

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

Shades of Pompadour #61134B

Tints of Pompadour #61134B

Color information

#61134B (or 0x61134B) is unknown color: approx Pompadour. HEX triplet: 61, 13 and 4B. RGB value is (97,19,75). Sum of RGB (Red+Green+Blue) = 97+19+75=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61134B is #9EECB4. Grayscale: #303030. Windows color (decimal): -10415285 or 4920161. OLE color: 4920161.

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

Color convert

RGB971975-
CMYK00.800.230.62
HSL316.92º67.24%22.75%-
HSV(B)316.92º80.41%38.04%-
XYZ6.433.527-
YUV48.71142.84162.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=50.79%
G=9.95%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97197500.800.230.62316.9267.2422.75
Hex61134B050173E13d4317
Octal141231130120277647510327
Binary11000011001110010110101000010111111110100111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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