#61143C

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

Shades of Pompadour #61143C

Tints of Pompadour #61143C

Color information

#61143C (or 0x61143C) is unknown color: approx Pompadour. HEX triplet: 61, 14 and 3C. RGB value is (97,20,60). Sum of RGB (Red+Green+Blue) = 97+20+60=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61143C is #9EEBC3. Grayscale: #2F2F2F. Windows color (decimal): -10415044 or 3937377. OLE color: 3937377.

HSL color Cylindrical-coordinate representation of color #61143C: hue angle of 328.83º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61143C is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB972060-
CMYK00.790.380.62
HSL328.83º65.81%22.94%-
HSV(B)328.83º79.38%38.04%-
XYZ63.374.61-
YUV47.58135.01163.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 60 (23.83% from 255) = 33.90%
R=54.80%
G=11.30%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97206000.790.380.62328.8365.8122.94
Hex61143C04F263E1494217
Octal14124740117467651110227
Binary11000011010011110001001111100110111110101001001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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