#612445

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

Shades of Pompadour #612445

Tints of Pompadour #612445

Color information

#612445 (or 0x612445) is unknown color: approx Pompadour. HEX triplet: 61, 24 and 45. RGB value is (97,36,69). Sum of RGB (Red+Green+Blue) = 97+36+69=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #612445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612445 is #9EDBBA. Grayscale: #393939. Windows color (decimal): -10410939 or 4531297. OLE color: 4531297.

HSL color Cylindrical-coordinate representation of color #612445: hue angle of 327.54º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #612445 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB973669-
CMYK00.630.290.62
HSL327.54º45.86%26.08%-
HSV(B)327.54º62.89%38.04%-
XYZ6.634.236.1-
YUV58134.21155.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 36 (14.45% from 255) = 17.82%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=48.02%
G=17.82%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97366900.630.290.62327.5445.8626.08
Hex61244503F1D3E1482e1a
Octal1414410507735765105632
Binary1100001100100100010101111111110111111010100100010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612445; }

 p { color: rgb(97,36,69); }

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

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

 a { background-color: rgb(97,36,69); }

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

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

 span { border-color: rgb(97,36,69); }

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