#611635

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

Shades of Pompadour #611635

Tints of Pompadour #611635

Color information

#611635 (or 0x611635) is unknown color: approx Pompadour. HEX triplet: 61, 16 and 35. RGB value is (97,22,53). Sum of RGB (Red+Green+Blue) = 97+22+53=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #611635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611635 is #9EE9CA. Grayscale: #2F2F2F. Windows color (decimal): -10414539 or 3479137. OLE color: 3479137.

HSL color Cylindrical-coordinate representation of color #611635: hue angle of 335.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #611635 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB972253-
CMYK00.770.450.62
HSL335.2º63.03%23.33%-
HSV(B)335.2º77.32%38.04%-
XYZ5.863.373.71-
YUV47.96130.85162.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.40%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=56.40%
G=12.79%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97225300.770.450.62335.263.0323.33
Hex61163504D2D3E14f3f17
Octal1412665011555765177727
Binary1100001101101101010100110110110111111010100111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611635; }

 p { color: rgb(97,22,53); }

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

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

 a { background-color: rgb(97,22,53); }

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

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

 span { border-color: rgb(97,22,53); }

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