#C83538

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

Shades of Mahogany #C83538

Tints of Mahogany #C83538

Color information

#C83538 (or 0xC83538) is unknown color: approx Mahogany. HEX triplet: C8, 35 and 38. RGB value is (200,53,56). Sum of RGB (Red+Green+Blue) = 200+53+56=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C83538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83538 is #37CAC7. Grayscale: #616161. Windows color (decimal): -3656392 or 3683784. OLE color: 3683784.

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

Color convert

RGB2005356-
CMYK00.740.720.22
HSL358.78º58.1%49.61%-
HSV(B)358.78º73.5%78.43%-
XYZ25.8115.115.3-
YUV97.3104.7201.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.72%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=64.72%
G=17.15%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200535600.740.720.22358.7858.149.61
HexC8353804A48161673a32
Octal31065700112110265477262
Binary1100100011010111100001001010100100010110101100111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83538; }

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

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

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

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

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

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

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

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