#C1393F

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

Shades of Mahogany #C1393F

Tints of Mahogany #C1393F

Color information

#C1393F (or 0xC1393F) is unknown color: approx Mahogany. HEX triplet: C1, 39 and 3F. RGB value is (193,57,63). Sum of RGB (Red+Green+Blue) = 193+57+63=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C1393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1393F is #3EC6C0. Grayscale: #626262. Windows color (decimal): -4114113 or 4143553. OLE color: 4143553.

HSL color Cylindrical-coordinate representation of color #C1393F: hue angle of 357.35º 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 #C1393F is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1935763-
CMYK00.700.670.24
HSL357.35º54.4%49.02%-
HSV(B)357.35º70.47%75.69%-
XYZ24.3514.626.24-
YUV98.35108.06195.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.66%
GREEN value IS 57 (22.66% from 255) = 18.21%
BLUE value IS 63 (25% from 255) = 20.13%
R=61.66%
G=18.21%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193576300.700.670.24357.3554.449.02
HexC1393F04643181653631
Octal30171770106103305456661
Binary1100000111100111111101000110100001111000101100101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1393F; }

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

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

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

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

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

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

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

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