#C5383A

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

Shades of Mahogany #C5383A

Tints of Mahogany #C5383A

Color information

#C5383A (or 0xC5383A) is unknown color: approx Mahogany. HEX triplet: C5, 38 and 3A. RGB value is (197,56,58). Sum of RGB (Red+Green+Blue) = 197+56+58=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5383A is #3AC7C5. Grayscale: #626262. Windows color (decimal): -3852230 or 3815621. OLE color: 3815621.

HSL color Cylindrical-coordinate representation of color #C5383A: hue angle of 359.15º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5383A is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB1975658-
CMYK00.720.710.23
HSL359.15º55.73%49.61%-
HSV(B)359.15º71.57%77.25%-
XYZ25.2155.57-
YUV98.39105.21198.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.34%
GREEN value IS 56 (22.27% from 255) = 18.01%
BLUE value IS 58 (23.05% from 255) = 18.65%
R=63.34%
G=18.01%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197565800.720.710.23359.1555.7349.61
HexC5383A04847171673832
Octal30570720110107275477062
Binary1100010111100011101001001000100011110111101100111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5383A; }

 p { color: rgb(197,56,58); }

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

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

 a { background-color: rgb(197,56,58); }

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

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

 span { border-color: rgb(197,56,58); }

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