#612841

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

Shades of Pompadour #612841

Tints of Pompadour #612841

Color information

#612841 (or 0x612841) is unknown color: approx Pompadour. HEX triplet: 61, 28 and 41. RGB value is (97,40,65). Sum of RGB (Red+Green+Blue) = 97+40+65=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #612841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612841 is #9ED7BE. Grayscale: #3B3B3B. Windows color (decimal): -10409919 or 4270177. OLE color: 4270177.

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

Color convert

RGB974065-
CMYK00.590.330.62
HSL333.68º41.61%26.86%-
HSV(B)333.68º58.76%38.04%-
XYZ6.644.445.51-
YUV59.89130.88154.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 40 (16.02% from 255) = 19.80%
BLUE value IS 65 (25.78% from 255) = 32.18%
R=48.02%
G=19.80%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97406500.590.330.62333.6841.6126.86
Hex61284103B213E14e2a1b
Octal1415010107341765165233
Binary11000011010001000001011101110000111111010100111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612841; }

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

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

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

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

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

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

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

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