#61184B

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

Shades of Pompadour #61184B

Tints of Pompadour #61184B

Color information

#61184B (or 0x61184B) is unknown color: approx Pompadour. HEX triplet: 61, 18 and 4B. RGB value is (97,24,75). Sum of RGB (Red+Green+Blue) = 97+24+75=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61184B is #9EE7B4. Grayscale: #333333. Windows color (decimal): -10414005 or 4921441. OLE color: 4921441.

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

Color convert

RGB972475-
CMYK00.750.230.62
HSL318.08º60.33%23.73%-
HSV(B)318.08º75.26%38.04%-
XYZ6.533.77.03-
YUV51.64141.18160.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=49.49%
G=12.24%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97247500.750.230.62318.0860.3323.73
Hex61184B04B173E13e3c18
Octal14130113011327764767430
Binary1100001110001001011010010111011111111010011111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61184B; }

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

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

<style>
 a { background-color: #61184B; }

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

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

<style>
 span { border-color: #61184B; }

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

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