#61183D

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

Shades of Pompadour #61183D

Tints of Pompadour #61183D

Color information

#61183D (or 0x61183D) is unknown color: approx Pompadour. HEX triplet: 61, 18 and 3D. RGB value is (97,24,61). Sum of RGB (Red+Green+Blue) = 97+24+61=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #61183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61183D is #9EE7C2. Grayscale: #313131. Windows color (decimal): -10414019 or 4003937. OLE color: 4003937.

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

Color convert

RGB972461-
CMYK00.750.370.62
HSL329.59º60.33%23.73%-
HSV(B)329.59º75.26%38.04%-
XYZ6.13.534.78-
YUV50.04134.18161.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 24 (9.77% from 255) = 13.19%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=53.30%
G=13.19%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97246100.750.370.62329.5960.3323.73
Hex61183D04B253E14a3c18
Octal1413075011345765127430
Binary1100001110001111010100101110010111111010100101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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