#C13536

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

Shades of Mahogany #C13536

Tints of Mahogany #C13536

Color information

#C13536 (or 0xC13536) is unknown color: approx Mahogany. HEX triplet: C1, 35 and 36. RGB value is (193,53,54). Sum of RGB (Red+Green+Blue) = 193+53+54=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C13536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13536 is #3ECAC9. Grayscale: #5F5F5F. Windows color (decimal): -4115146 or 3552705. OLE color: 3552705.

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

Color convert

RGB1935354-
CMYK00.730.720.24
HSL359.57º56.91%48.24%-
HSV(B)359.57º72.54%75.69%-
XYZ23.9314.154.96-
YUV94.97104.88197.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.33%
GREEN value IS 53 (21.09% from 255) = 17.67%
BLUE value IS 54 (21.48% from 255) = 18%
R=64.33%
G=17.67%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193535400.730.720.24359.5756.9148.24
HexC1353604948181683930
Octal30165660111110305507160
Binary1100000111010111011001001001100100011000101101000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13536; }

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

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

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

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

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

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

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

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