#D83C43

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

Shades of Mahogany #D83C43

Tints of Mahogany #D83C43

Color information

#D83C43 (or 0xD83C43) is unknown color: approx Mahogany. HEX triplet: D8, 3C and 43. RGB value is (216,60,67). Sum of RGB (Red+Green+Blue) = 216+60+67=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C43 is #27C3BC. Grayscale: #6B6B6B. Windows color (decimal): -2606013 or 4406488. OLE color: 4406488.

HSL color Cylindrical-coordinate representation of color #D83C43: hue angle of 357.31º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83C43 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB2166067-
CMYK00.720.690.15
HSL357.31º66.67%54.12%-
HSV(B)357.31º72.22%84.71%-
XYZ30.9518.247.2-
YUV107.44105.18205.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 62.97%
GREEN value IS 60 (23.83% from 255) = 17.49%
BLUE value IS 67 (26.56% from 255) = 19.53%
R=62.97%
G=17.49%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216606700.720.690.15357.3166.6754.12
HexD83C4304845F1654336
Octal3307410301101051754510366
Binary11011000111100100001101001000100010111111011001011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83C43; }

 p { color: rgb(216,60,67); }

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

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

 a { background-color: rgb(216,60,67); }

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

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

 span { border-color: rgb(216,60,67); }

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