#C93031

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

Shades of Mahogany #C93031

Tints of Mahogany #C93031

Color information

#C93031 (or 0xC93031) is unknown color: approx Mahogany. HEX triplet: C9, 30 and 31. RGB value is (201,48,49). Sum of RGB (Red+Green+Blue) = 201+48+49=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C93031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93031 is #36CFCE. Grayscale: #5E5E5E. Windows color (decimal): -3592143 or 3223753. OLE color: 3223753.

HSL color Cylindrical-coordinate representation of color #C93031: hue angle of 359.61º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93031 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB2014849-
CMYK00.760.760.21
HSL359.61º61.45%48.82%-
HSV(B)359.61º76.12%78.82%-
XYZ25.714.754.4-
YUV93.86102.69204.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 67.45%
GREEN value IS 48 (19.14% from 255) = 16.11%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=67.45%
G=16.11%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201484900.760.760.21359.6161.4548.82
HexC9303104C4C151683d31
Octal31160610114114255507561
Binary1100100111000011000101001100100110010101101101000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93031; }

 p { color: rgb(201,48,49); }

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

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

 a { background-color: rgb(201,48,49); }

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

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

 span { border-color: rgb(201,48,49); }

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