#611D3D

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

Shades of Pompadour #611D3D

Tints of Pompadour #611D3D

Color information

#611D3D (or 0x611D3D) is unknown color: approx Pompadour. HEX triplet: 61, 1D and 3D. RGB value is (97,29,61). Sum of RGB (Red+Green+Blue) = 97+29+61=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #611D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D3D is #9EE2C2. Grayscale: #343434. Windows color (decimal): -10412739 or 4005217. OLE color: 4005217.

HSL color Cylindrical-coordinate representation of color #611D3D: hue angle of 331.76º 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 #611D3D is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB972961-
CMYK00.700.370.62
HSL331.76º53.97%24.71%-
HSV(B)331.76º70.1%38.04%-
XYZ6.213.764.81-
YUV52.98132.53159.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 29 (11.72% from 255) = 15.51%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=51.87%
G=15.51%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97296100.700.370.62331.7653.9724.71
Hex611D3D046253E14c3619
Octal1413575010645765146631
Binary1100001111011111010100011010010111111010100110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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