#C13638

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

Shades of Mahogany #C13638

Tints of Mahogany #C13638

Color information

#C13638 (or 0xC13638) is unknown color: approx Mahogany. HEX triplet: C1, 36 and 38. RGB value is (193,54,56). Sum of RGB (Red+Green+Blue) = 193+54+56=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C13638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13638 is #3EC9C7. Grayscale: #5F5F5F. Windows color (decimal): -4114888 or 3684033. OLE color: 3684033.

HSL color Cylindrical-coordinate representation of color #C13638: hue angle of 359.14º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13638 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1935456-
CMYK00.720.710.24
HSL359.14º56.28%48.43%-
HSV(B)359.14º72.02%75.69%-
XYZ24.0314.265.23-
YUV95.79105.55197.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.70%
GREEN value IS 54 (21.48% from 255) = 17.82%
BLUE value IS 56 (22.27% from 255) = 18.48%
R=63.70%
G=17.82%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193545600.720.710.24359.1456.2848.43
HexC1363804847181673830
Octal30166700110107305477060
Binary1100000111011011100001001000100011111000101100111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13638; }

 p { color: rgb(193,54,56); }

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

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

 a { background-color: rgb(193,54,56); }

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

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

 span { border-color: rgb(193,54,56); }

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