#61183F

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

Shades of Pompadour #61183F

Tints of Pompadour #61183F

Color information

#61183F (or 0x61183F) is unknown color: approx Pompadour. HEX triplet: 61, 18 and 3F. RGB value is (97,24,63). Sum of RGB (Red+Green+Blue) = 97+24+63=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #61183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61183F is #9EE7C0. Grayscale: #323232. Windows color (decimal): -10414017 or 4135009. OLE color: 4135009.

HSL color Cylindrical-coordinate representation of color #61183F: hue angle of 327.95º 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 #61183F is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB972463-
CMYK00.750.350.62
HSL327.95º60.33%23.73%-
HSV(B)327.95º75.26%38.04%-
XYZ6.153.555.06-
YUV50.27135.18161.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.72%
GREEN value IS 24 (9.77% from 255) = 13.04%
BLUE value IS 63 (25% from 255) = 34.24%
R=52.72%
G=13.04%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97246300.750.350.62327.9560.3323.73
Hex61183F04B233E1483c18
Octal1413077011343765107430
Binary1100001110001111110100101110001111111010100100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61183F; }

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

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

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

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

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

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

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

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