#C8383D

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

Shades of Mahogany #C8383D

Tints of Mahogany #C8383D

Color information

#C8383D (or 0xC8383D) is unknown color: approx Mahogany. HEX triplet: C8, 38 and 3D. RGB value is (200,56,61). Sum of RGB (Red+Green+Blue) = 200+56+61=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C8383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8383D is #37C7C2. Grayscale: #636363. Windows color (decimal): -3655619 or 4012232. OLE color: 4012232.

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

Color convert

RGB2005661-
CMYK00.720.690.22
HSL357.92º56.69%50.2%-
HSV(B)357.92º72%78.43%-
XYZ26.0815.446.02-
YUV99.63106.21199.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.09%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=63.09%
G=17.67%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200566100.720.690.22357.9256.6950.2
HexC8383D04845161663932
Octal31070750110105265467162
Binary1100100011100011110101001000100010110110101100110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8383D; }

 p { color: rgb(200,56,61); }

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

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

 a { background-color: rgb(200,56,61); }

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

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

 span { border-color: rgb(200,56,61); }

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