#C5292E

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

Shades of Mahogany #C5292E

Tints of Mahogany #C5292E

Color information

#C5292E (or 0xC5292E) is unknown color: approx Mahogany. HEX triplet: C5, 29 and 2E. RGB value is (197,41,46). Sum of RGB (Red+Green+Blue) = 197+41+46=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C5292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5292E is #3AD6D1. Grayscale: #585858. Windows color (decimal): -3856082 or 3025349. OLE color: 3025349.

HSL color Cylindrical-coordinate representation of color #C5292E: hue angle of 358.08º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5292E is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB1974146-
CMYK00.790.770.23
HSL358.08º65.55%46.67%-
HSV(B)358.08º79.19%77.25%-
XYZ24.3113.653.94-
YUV88.21104.18205.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 69.37%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 46 (18.36% from 255) = 16.20%
R=69.37%
G=14.44%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197414600.790.770.23358.0865.5546.67
HexC5292E04F4D17166422f
Octal305515601171152754610257
Binary11000101101001101110010011111001101101111011001101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5292E; }

 p { color: rgb(197,41,46); }

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

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

 a { background-color: rgb(197,41,46); }

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

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

 span { border-color: rgb(197,41,46); }

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