#61183A

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

Shades of Pompadour #61183A

Tints of Pompadour #61183A

Color information

#61183A (or 0x61183A) is unknown color: approx Pompadour. HEX triplet: 61, 18 and 3A. RGB value is (97,24,58). Sum of RGB (Red+Green+Blue) = 97+24+58=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61183A is #9EE7C5. Grayscale: #313131. Windows color (decimal): -10414022 or 3807329. OLE color: 3807329.

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

Color convert

RGB972458-
CMYK00.750.400.62
HSL332.05º60.33%23.73%-
HSV(B)332.05º75.26%38.04%-
XYZ6.023.54.36-
YUV49.7132.68161.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 24 (9.77% from 255) = 13.41%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=54.19%
G=13.41%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97245800.750.400.62332.0560.3323.73
Hex61183A04B283E14c3c18
Octal1413072011350765147430
Binary1100001110001110100100101110100011111010100110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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