#612843

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

Shades of Pompadour #612843

Tints of Pompadour #612843

Color information

#612843 (or 0x612843) is unknown color: approx Pompadour. HEX triplet: 61, 28 and 43. RGB value is (97,40,67). Sum of RGB (Red+Green+Blue) = 97+40+67=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #612843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612843 is #9ED7BC. Grayscale: #3C3C3C. Windows color (decimal): -10409917 or 4401249. OLE color: 4401249.

HSL color Cylindrical-coordinate representation of color #612843: hue angle of 331.58º 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 #612843 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB974067-
CMYK00.590.310.62
HSL331.58º41.61%26.86%-
HSV(B)331.58º58.76%38.04%-
XYZ6.74.465.82-
YUV60.12131.88154.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 40 (16.02% from 255) = 19.61%
BLUE value IS 67 (26.56% from 255) = 32.84%
R=47.55%
G=19.61%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97406700.590.310.62331.5841.6126.86
Hex61284303B1F3E14c2a1b
Octal1415010307337765145233
Binary1100001101000100001101110111111111111010100110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612843; }

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

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

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

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

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

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

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

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