#C1373A

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

Shades of Mahogany #C1373A

Tints of Mahogany #C1373A

Color information

#C1373A (or 0xC1373A) is unknown color: approx Mahogany. HEX triplet: C1, 37 and 3A. RGB value is (193,55,58). Sum of RGB (Red+Green+Blue) = 193+55+58=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1373A is #3EC8C5. Grayscale: #606060. Windows color (decimal): -4114630 or 3815361. OLE color: 3815361.

HSL color Cylindrical-coordinate representation of color #C1373A: hue angle of 358.7º 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 #C1373A is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1935558-
CMYK00.720.700.24
HSL358.7º55.65%48.63%-
HSV(B)358.7º71.5%75.69%-
XYZ24.1214.385.51-
YUV96.6106.22196.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.07%
GREEN value IS 55 (21.88% from 255) = 17.97%
BLUE value IS 58 (23.05% from 255) = 18.95%
R=63.07%
G=17.97%
B=18.95%

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
Decimal193555800.720.700.24358.755.6548.63
HexC1373A04846181673831
Octal30167720110106305477061
Binary1100000111011111101001001000100011011000101100111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1373A; }

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

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

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

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

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

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

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

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