#611333

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

Shades of Pompadour #611333

Tints of Pompadour #611333

Color information

#611333 (or 0x611333) is unknown color: approx Pompadour. HEX triplet: 61, 13 and 33. RGB value is (97,19,51). Sum of RGB (Red+Green+Blue) = 97+19+51=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #611333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611333 is #9EECCC. Grayscale: #2D2D2D. Windows color (decimal): -10415309 or 3347297. OLE color: 3347297.

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

Color convert

RGB971951-
CMYK00.800.470.62
HSL335.38º67.24%22.75%-
HSV(B)335.38º80.41%38.04%-
XYZ5.763.253.45-
YUV45.97130.84164.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 19 (7.81% from 255) = 11.38%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=58.08%
G=11.38%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97195100.800.470.62335.3867.2422.75
Hex6113330502F3E14f4317
Octal14123630120577651710327
Binary11000011001111001101010000101111111110101001111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611333; }

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

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

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

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

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

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

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

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