#61183C

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

Shades of Pompadour #61183C

Tints of Pompadour #61183C

Color information

#61183C (or 0x61183C) is unknown color: approx Pompadour. HEX triplet: 61, 18 and 3C. RGB value is (97,24,60). Sum of RGB (Red+Green+Blue) = 97+24+60=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61183C is #9EE7C3. Grayscale: #313131. Windows color (decimal): -10414020 or 3938401. OLE color: 3938401.

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

Color convert

RGB972460-
CMYK00.750.380.62
HSL330.41º60.33%23.73%-
HSV(B)330.41º75.26%38.04%-
XYZ6.073.524.63-
YUV49.93133.68161.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 60 (23.83% from 255) = 33.15%
R=53.59%
G=13.26%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97246000.750.380.62330.4160.3323.73
Hex61183C04B263E14a3c18
Octal1413074011346765127430
Binary1100001110001111000100101110011011111010100101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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