#611838

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

Shades of Pompadour #611838

Tints of Pompadour #611838

Color information

#611838 (or 0x611838) is unknown color: approx Pompadour. HEX triplet: 61, 18 and 38. RGB value is (97,24,56). Sum of RGB (Red+Green+Blue) = 97+24+56=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #611838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611838 is #9EE7C7. Grayscale: #313131. Windows color (decimal): -10414024 or 3676257. OLE color: 3676257.

HSL color Cylindrical-coordinate representation of color #611838: hue angle of 333.7º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #611838 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB972456-
CMYK00.750.420.62
HSL333.7º60.33%23.73%-
HSV(B)333.7º75.26%38.04%-
XYZ5.973.484.1-
YUV49.48131.68161.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=54.80%
G=13.56%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97245600.750.420.62333.760.3323.73
Hex61183804B2A3E14e3c18
Octal1413070011352765167430
Binary1100001110001110000100101110101011111010100111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611838; }

 p { color: rgb(97,24,56); }

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

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

 a { background-color: rgb(97,24,56); }

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

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

 span { border-color: rgb(97,24,56); }

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