#C5262D

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

Shades of Mahogany #C5262D

Tints of Mahogany #C5262D

Color information

#C5262D (or 0xC5262D) is unknown color: approx Mahogany. HEX triplet: C5, 26 and 2D. RGB value is (197,38,45). Sum of RGB (Red+Green+Blue) = 197+38+45=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5262D is #3AD9D2. Grayscale: #565656. Windows color (decimal): -3856851 or 2959045. OLE color: 2959045.

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

Color convert

RGB1973845-
CMYK00.810.770.23
HSL357.36º67.66%46.08%-
HSV(B)357.36º80.71%77.25%-
XYZ24.1913.453.8-
YUV86.34104.68206.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 70.36%
GREEN value IS 38 (15.23% from 255) = 13.57%
BLUE value IS 45 (17.97% from 255) = 16.07%
R=70.36%
G=13.57%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197384500.810.770.23357.3667.6646.08
HexC5262D0514D17165442e
Octal305465501211152754510456
Binary11000101100110101101010100011001101101111011001011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5262D; }

 p { color: rgb(197,38,45); }

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

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

 a { background-color: rgb(197,38,45); }

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

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

 span { border-color: rgb(197,38,45); }

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