#611336

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

Shades of Pompadour #611336

Tints of Pompadour #611336

Color information

#611336 (or 0x611336) is unknown color: approx Pompadour. HEX triplet: 61, 13 and 36. RGB value is (97,19,54). Sum of RGB (Red+Green+Blue) = 97+19+54=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #611336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611336 is #9EECC9. Grayscale: #2E2E2E. Windows color (decimal): -10415306 or 3543905. OLE color: 3543905.

HSL color Cylindrical-coordinate representation of color #611336: hue angle of 333.08º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611336 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB971954-
CMYK00.800.440.62
HSL333.08º67.24%22.75%-
HSV(B)333.08º80.41%38.04%-
XYZ5.833.273.81-
YUV46.31132.34164.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.06%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 54 (21.48% from 255) = 31.76%
R=57.06%
G=11.18%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97195400.800.440.62333.0867.2422.75
Hex6113360502C3E14d4317
Octal14123660120547651510327
Binary11000011001111011001010000101100111110101001101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611336; }

 p { color: rgb(97,19,54); }

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

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

 a { background-color: rgb(97,19,54); }

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

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

 span { border-color: rgb(97,19,54); }

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