#61183E

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

Shades of Pompadour #61183E

Tints of Pompadour #61183E

Color information

#61183E (or 0x61183E) is unknown color: approx Pompadour. HEX triplet: 61, 18 and 3E. RGB value is (97,24,62). Sum of RGB (Red+Green+Blue) = 97+24+62=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #61183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61183E is #9EE7C1. Grayscale: #323232. Windows color (decimal): -10414018 or 4069473. OLE color: 4069473.

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

Color convert

RGB972462-
CMYK00.750.360.62
HSL328.77º60.33%23.73%-
HSV(B)328.77º75.26%38.04%-
XYZ6.133.544.92-
YUV50.16134.68161.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 24 (9.77% from 255) = 13.11%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=53.01%
G=13.11%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97246200.750.360.62328.7760.3323.73
Hex61183E04B243E1493c18
Octal1413076011344765117430
Binary1100001110001111100100101110010011111010100100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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