#c93b3e

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

Shades of Mahogany #C93B3E

Tints of Mahogany #C93B3E

Color information

#C93B3E (or 0xC93B3E) is unknown color: approx Mahogany. HEX triplet: C9, 3B and 3E. RGB value is (201,59,62). Sum of RGB (Red+Green+Blue) = 201+59+62=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93B3E is #36C4C1. Grayscale: #656565. Windows color (decimal): -3589314 or 4078537. OLE color: 4078537.

HSL color Cylindrical-coordinate representation of color #C93B3E: hue angle of 358.73º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93B3E is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB2015962-
CMYK00.710.690.21
HSL358.73º56.8%50.98%-
HSV(B)358.73º70.65%78.82%-
XYZ26.5215.896.23-
YUV101.8105.54198.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 62.42%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 62 (24.61% from 255) = 19.25%
R=62.42%
G=18.32%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201596200.710.690.21358.7356.850.98
HexC93B3E04745151673933
Octal31173760107105255477163
Binary1100100111101111111001000111100010110101101100111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c93b3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c93b3e; }

 p { color: rgb(201,59,62); }

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

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

 a { background-color: rgb(201,59,62); }

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

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

 span { border-color: rgb(201,59,62); }

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