#611340

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

Shades of Pompadour #611340

Tints of Pompadour #611340

Color information

#611340 (or 0x611340) is unknown color: approx Pompadour. HEX triplet: 61, 13 and 40. RGB value is (97,19,64). Sum of RGB (Red+Green+Blue) = 97+19+64=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #611340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611340 is #9EECBF. Grayscale: #2F2F2F. Windows color (decimal): -10415296 or 4199265. OLE color: 4199265.

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

Color convert

RGB971964-
CMYK00.800.340.62
HSL325.38º67.24%22.75%-
HSV(B)325.38º80.41%38.04%-
XYZ6.093.385.18-
YUV47.45137.34163.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.89%
GREEN value IS 19 (7.81% from 255) = 10.56%
BLUE value IS 64 (25.39% from 255) = 35.56%
R=53.89%
G=10.56%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97196400.800.340.62325.3867.2422.75
Hex611340050223E1454317
Octal141231000120427650510327
Binary110000110011100000001010000100010111110101000101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611340; }

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

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

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

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

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

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

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

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