#61134E

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

Shades of Pompadour #61134E

Tints of Pompadour #61134E

Color information

#61134E (or 0x61134E) is unknown color: approx Pompadour. HEX triplet: 61, 13 and 4E. RGB value is (97,19,78). Sum of RGB (Red+Green+Blue) = 97+19+78=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61134E is #9EECB1. Grayscale: #303030. Windows color (decimal): -10415282 or 5116769. OLE color: 5116769.

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

Color convert

RGB971978-
CMYK00.800.200.62
HSL314.62º67.24%22.75%-
HSV(B)314.62º80.41%38.04%-
XYZ6.543.567.55-
YUV49.05144.34162.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 9.79%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=50%
G=9.79%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97197800.800.200.62314.6267.2422.75
Hex61134E050143E13b4317
Octal141231160120247647310327
Binary11000011001110011100101000010100111110100111011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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