#C1393E

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

Shades of Mahogany #C1393E

Tints of Mahogany #C1393E

Color information

#C1393E (or 0xC1393E) is unknown color: approx Mahogany. HEX triplet: C1, 39 and 3E. RGB value is (193,57,62). Sum of RGB (Red+Green+Blue) = 193+57+62=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C1393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1393E is #3EC6C1. Grayscale: #626262. Windows color (decimal): -4114114 or 4078017. OLE color: 4078017.

HSL color Cylindrical-coordinate representation of color #C1393E: hue angle of 357.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1393E is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1935762-
CMYK00.700.680.24
HSL357.79º54.4%49.02%-
HSV(B)357.79º70.47%75.69%-
XYZ24.3214.616.1-
YUV98.23107.56195.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.86%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 62 (24.61% from 255) = 19.87%
R=61.86%
G=18.27%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193576200.700.680.24357.7954.449.02
HexC1393E04644181663631
Octal30171760106104305466661
Binary1100000111100111111001000110100010011000101100110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1393E; }

 p { color: rgb(193,57,62); }

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

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

 a { background-color: rgb(193,57,62); }

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

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

 span { border-color: rgb(193,57,62); }

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