#C5383B

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

Shades of Mahogany #C5383B

Tints of Mahogany #C5383B

Color information

#C5383B (or 0xC5383B) is unknown color: approx Mahogany. HEX triplet: C5, 38 and 3B. RGB value is (197,56,59). Sum of RGB (Red+Green+Blue) = 197+56+59=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5383B is #3AC7C4. Grayscale: #626262. Windows color (decimal): -3852229 or 3881157. OLE color: 3881157.

HSL color Cylindrical-coordinate representation of color #C5383B: hue angle of 358.72º 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 #C5383B is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB1975659-
CMYK00.720.700.23
HSL358.72º55.73%49.61%-
HSV(B)358.72º71.57%77.25%-
XYZ25.2315.015.71-
YUV98.5105.71198.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.14%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=63.14%
G=17.95%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197565900.720.700.23358.7255.7349.61
HexC5383B04846171673832
Octal30570730110106275477062
Binary1100010111100011101101001000100011010111101100111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5383B; }

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

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

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

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

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

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

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

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