#C83941

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

Shades of Mahogany #C83941

Tints of Mahogany #C83941

Color information

#C83941 (or 0xC83941) is unknown color: approx Mahogany. HEX triplet: C8, 39 and 41. RGB value is (200,57,65). Sum of RGB (Red+Green+Blue) = 200+57+65=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C83941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83941 is #37C6BE. Grayscale: #646464. Windows color (decimal): -3655359 or 4274632. OLE color: 4274632.

HSL color Cylindrical-coordinate representation of color #C83941: hue angle of 356.64º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83941 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB2005765-
CMYK00.720.680.22
HSL356.64º56.52%50.39%-
HSV(B)356.64º71.5%78.43%-
XYZ26.2415.596.63-
YUV100.67107.88198.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.11%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 65 (25.78% from 255) = 20.19%
R=62.11%
G=17.70%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200576500.720.680.22356.6456.5250.39
HexC8394104844161653932
Octal310711010110104265457162
Binary11001000111001100000101001000100010010110101100101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83941; }

 p { color: rgb(200,57,65); }

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

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

 a { background-color: rgb(200,57,65); }

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

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

 span { border-color: rgb(200,57,65); }

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