#61154B

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

Shades of Pompadour #61154B

Tints of Pompadour #61154B

Color information

#61154B (or 0x61154B) is unknown color: approx Pompadour. HEX triplet: 61, 15 and 4B. RGB value is (97,21,75). Sum of RGB (Red+Green+Blue) = 97+21+75=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61154B is #9EEAB4. Grayscale: #313131. Windows color (decimal): -10414773 or 4920673. OLE color: 4920673.

HSL color Cylindrical-coordinate representation of color #61154B: hue angle of 317.37º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61154B is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB972175-
CMYK00.780.230.62
HSL317.37º64.41%23.14%-
HSV(B)317.37º78.35%38.04%-
XYZ6.473.597.01-
YUV49.88142.18161.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 21 (8.59% from 255) = 10.88%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=50.26%
G=10.88%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97217500.780.230.62317.3764.4123.14
Hex61154B04E173E13d4017
Octal141251130116277647510027
Binary11000011010110010110100111010111111110100111101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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