#C13B3F

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

Shades of Mahogany #C13B3F

Tints of Mahogany #C13B3F

Color information

#C13B3F (or 0xC13B3F) is unknown color: approx Mahogany. HEX triplet: C1, 3B and 3F. RGB value is (193,59,63). Sum of RGB (Red+Green+Blue) = 193+59+63=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13B3F is #3EC4C0. Grayscale: #636363. Windows color (decimal): -4113601 or 4144065. OLE color: 4144065.

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

Color convert

RGB1935963-
CMYK00.690.670.24
HSL358.21º53.17%49.41%-
HSV(B)358.21º69.43%75.69%-
XYZ24.4514.826.28-
YUV99.52107.39194.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.27%
GREEN value IS 59 (23.44% from 255) = 18.73%
BLUE value IS 63 (25% from 255) = 20%
R=61.27%
G=18.73%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193596300.690.670.24358.2153.1749.41
HexC13B3F04543181663531
Octal30173770105103305466561
Binary1100000111101111111101000101100001111000101100110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13B3F; }

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

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

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

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

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

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

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

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