#611D3B

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

Shades of Pompadour #611D3B

Tints of Pompadour #611D3B

Color information

#611D3B (or 0x611D3B) is unknown color: approx Pompadour. HEX triplet: 61, 1D and 3B. RGB value is (97,29,59). Sum of RGB (Red+Green+Blue) = 97+29+59=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #611D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D3B is #9EE2C4. Grayscale: #343434. Windows color (decimal): -10412741 or 3874145. OLE color: 3874145.

HSL color Cylindrical-coordinate representation of color #611D3B: hue angle of 333.53º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D3B is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB972959-
CMYK00.700.390.62
HSL333.53º53.97%24.71%-
HSV(B)333.53º70.1%38.04%-
XYZ6.163.744.53-
YUV52.75131.53159.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 29 (11.72% from 255) = 15.68%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=52.43%
G=15.68%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97295900.700.390.62333.5353.9724.71
Hex611D3B046273E14e3619
Octal1413573010647765166631
Binary1100001111011110110100011010011111111010100111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611D3B; }

 p { color: rgb(97,29,59); }

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

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

 a { background-color: rgb(97,29,59); }

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

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

 span { border-color: rgb(97,29,59); }

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