#611343

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

Shades of Pompadour #611343

Tints of Pompadour #611343

Color information

#611343 (or 0x611343) is unknown color: approx Pompadour. HEX triplet: 61, 13 and 43. RGB value is (97,19,67). Sum of RGB (Red+Green+Blue) = 97+19+67=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #611343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611343 is #9EECBC. Grayscale: #2F2F2F. Windows color (decimal): -10415293 or 4395873. OLE color: 4395873.

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

Color convert

RGB971967-
CMYK00.800.310.62
HSL323.08º67.24%22.75%-
HSV(B)323.08º80.41%38.04%-
XYZ6.183.415.64-
YUV47.79138.84163.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=53.01%
G=10.38%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97196700.800.310.62323.0867.2422.75
Hex6113430501F3E1434317
Octal141231030120377650310327
Binary11000011001110000110101000011111111110101000011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611343; }

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

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

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

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

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

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

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

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