#C13739

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

Shades of Mahogany #C13739

Tints of Mahogany #C13739

Color information

#C13739 (or 0xC13739) is unknown color: approx Mahogany. HEX triplet: C1, 37 and 39. RGB value is (193,55,57). Sum of RGB (Red+Green+Blue) = 193+55+57=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C13739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13739 is #3EC8C6. Grayscale: #606060. Windows color (decimal): -4114631 or 3749825. OLE color: 3749825.

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

Color convert

RGB1935557-
CMYK00.720.700.24
HSL359.13º55.65%48.63%-
HSV(B)359.13º71.5%75.69%-
XYZ24.114.375.37-
YUV96.49105.72196.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.28%
GREEN value IS 55 (21.88% from 255) = 18.03%
BLUE value IS 57 (22.66% from 255) = 18.69%
R=63.28%
G=18.03%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193555700.720.700.24359.1355.6548.63
HexC1373904846181673831
Octal30167710110106305477061
Binary1100000111011111100101001000100011011000101100111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13739; }

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

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

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

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

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

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

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

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