#612941

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

Shades of Pompadour #612941

Tints of Pompadour #612941

Color information

#612941 (or 0x612941) is unknown color: approx Pompadour. HEX triplet: 61, 29 and 41. RGB value is (97,41,65). Sum of RGB (Red+Green+Blue) = 97+41+65=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #612941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612941 is #9ED6BE. Grayscale: #3C3C3C. Windows color (decimal): -10409663 or 4270433. OLE color: 4270433.

HSL color Cylindrical-coordinate representation of color #612941: hue angle of 334.29º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #612941 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB974165-
CMYK00.580.330.62
HSL334.29º40.58%27.06%-
HSV(B)334.29º57.73%38.04%-
XYZ6.684.515.52-
YUV60.48130.55154.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=47.78%
G=20.20%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97416500.580.330.62334.2940.5827.06
Hex61294103A213E14e291b
Octal1415110107241765165133
Binary11000011010011000001011101010000111111010100111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612941; }

 p { color: rgb(97,41,65); }

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

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

 a { background-color: rgb(97,41,65); }

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

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

 span { border-color: rgb(97,41,65); }

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