#612241

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

Shades of Pompadour #612241

Tints of Pompadour #612241

Color information

#612241 (or 0x612241) is unknown color: approx Pompadour. HEX triplet: 61, 22 and 41. RGB value is (97,34,65). Sum of RGB (Red+Green+Blue) = 97+34+65=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #612241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612241 is #9EDDBE. Grayscale: #383838. Windows color (decimal): -10411455 or 4268641. OLE color: 4268641.

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

Color convert

RGB973465-
CMYK00.650.330.62
HSL330.48º48.09%25.69%-
HSV(B)330.48º64.95%38.04%-
XYZ6.464.075.45-
YUV56.37132.87156.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=49.49%
G=17.35%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97346500.650.330.62330.4848.0925.69
Hex612241041213E14a301a
Octal14142101010141765126032
Binary110000110001010000010100000110000111111010100101011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612241; }

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

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

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

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

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

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

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

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