#61164E

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

Shades of Pompadour #61164E

Tints of Pompadour #61164E

Color information

#61164E (or 0x61164E) is unknown color: approx Pompadour. HEX triplet: 61, 16 and 4E. RGB value is (97,22,78). Sum of RGB (Red+Green+Blue) = 97+22+78=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #61164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61164E is #9EE9B1. Grayscale: #323232. Windows color (decimal): -10414514 or 5117537. OLE color: 5117537.

HSL color Cylindrical-coordinate representation of color #61164E: hue angle of 315.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61164E is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB972278-
CMYK00.770.200.62
HSL315.2º63.03%23.33%-
HSV(B)315.2º77.32%38.04%-
XYZ6.593.677.57-
YUV50.81143.35160.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 22 (8.98% from 255) = 11.17%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=49.24%
G=11.17%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97227800.770.200.62315.263.0323.33
Hex61164E04D143E13b3f17
Octal14126116011524764737727
Binary1100001101101001110010011011010011111010011101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61164E; }

 p { color: rgb(97,22,78); }

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

<style>
 a { background-color: #61164E; }

 a { background-color: rgb(97,22,78); }

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

<style>
 span { border-color: #61164E; }

 span { border-color: rgb(97,22,78); }

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