#C13E3F

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

Shades of Mahogany #C13E3F

Tints of Mahogany #C13E3F

Color information

#C13E3F (or 0xC13E3F) is unknown color: approx Mahogany. HEX triplet: C1, 3E and 3F. RGB value is (193,62,63). Sum of RGB (Red+Green+Blue) = 193+62+63=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13E3F is #3EC1C0. Grayscale: #656565. Windows color (decimal): -4112833 or 4144833. OLE color: 4144833.

HSL color Cylindrical-coordinate representation of color #C13E3F: hue angle of 359.54º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13E3F is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1936263-
CMYK00.680.670.24
HSL359.54º51.37%50%-
HSV(B)359.54º67.88%75.69%-
XYZ24.6115.146.33-
YUV101.28106.4193.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.69%
GREEN value IS 62 (24.61% from 255) = 19.50%
BLUE value IS 63 (25% from 255) = 19.81%
R=60.69%
G=19.50%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193626300.680.670.24359.5451.3750
HexC13E3F04443181683332
Octal30176770104103305506362
Binary1100000111111011111101000100100001111000101101000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E3F; }

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

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

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

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

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

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

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

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