#611433

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

Shades of Pompadour #611433

Tints of Pompadour #611433

Color information

#611433 (or 0x611433) is unknown color: approx Pompadour. HEX triplet: 61, 14 and 33. RGB value is (97,20,51). Sum of RGB (Red+Green+Blue) = 97+20+51=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #611433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611433 is #9EEBCC. Grayscale: #2E2E2E. Windows color (decimal): -10415053 or 3347553. OLE color: 3347553.

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

Color convert

RGB972051-
CMYK00.790.470.62
HSL335.84º65.81%22.94%-
HSV(B)335.84º79.38%38.04%-
XYZ5.783.283.46-
YUV46.56130.51163.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 51 (20.31% from 255) = 30.36%
R=57.74%
G=11.90%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97205100.790.470.62335.8465.8122.94
Hex61143304F2F3E1504217
Octal14124630117577652010227
Binary11000011010011001101001111101111111110101010000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611433; }

 p { color: rgb(97,20,51); }

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

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

 a { background-color: rgb(97,20,51); }

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

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

 span { border-color: rgb(97,20,51); }

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