#612C45

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

Shades of Pompadour #612C45

Tints of Pompadour #612C45

Color information

#612C45 (or 0x612C45) is unknown color: approx Pompadour. HEX triplet: 61, 2C and 45. RGB value is (97,44,69). Sum of RGB (Red+Green+Blue) = 97+44+69=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #612C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C45 is #9ED3BA. Grayscale: #3E3E3E. Windows color (decimal): -10408891 or 4533345. OLE color: 4533345.

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

Color convert

RGB974469-
CMYK00.550.290.62
HSL331.7º37.59%27.65%-
HSV(B)331.7º54.64%38.04%-
XYZ6.94.776.19-
YUV62.7131.56152.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.19%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=46.19%
G=20.95%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97446900.550.290.62331.737.5927.65
Hex612C450371D3E14c261c
Octal1415410506735765144634
Binary1100001101100100010101101111110111111010100110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612C45; }

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

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

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

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

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

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

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

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