Html Css Color HEX #D8363D Mahogany

📋 copy color: '#D8363D'

red 216 ◦ green 54 ◦ blue 61

#D8363D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #D8363D

Tints of Mahogany #D8363D

RGB

 RED value IS 216 (84.77% from 255) = 65.26%

 GREEN value IS 54 (21.48% from 255) = 16.31%

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 65.26%
G = 16.31%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8363D (or 0xD8363D) is known color: Mahogany. HEX triplet: D8, 36 and 3D. RGB value is (216,54,61). Sum of RGB (Red+Green+Blue) = 216+54+61=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8363D is #27C9C2. Grayscale: #676767. Windows color (decimal): -2607555 or 4011736. OLE color: 4011736.

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

Color convert

RGB 216 54 61 -
CMYK 0 0.75 0.72 0.15
HSL 357.41º 0.68% 0.53% -
HSV(B) 357.41º 0.75% 0.85% -
XYZ 30.48 17.57 6.2 -
YUV 103.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 216 54 61 0 0.75 0.72 0.15 357.41 0.68 0.53
Hex D8 36 3D 0 4B 48 F 165 44 35
Octal 330 66 75 0 113 110 17 545 104 65
Binary 11011000 110110 111101 0 1001011 1001000 1111 101100101 1000100 110101

Color Harmonies of #D8363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8363D

Black with #D8363D

Text Example


Text Example

White with #D8363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8363D; }

 p { color: rgb(216,54,61); }

 H1.HeaderClassName
 {
   color: #D8363D;
 }
 .AnyTagClassName
 {
   color: #D8363D;
 }
</style>

background-color css

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

 a { background-color: rgb(216,54,61); }

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

border-color css

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

 span { border-color: rgb(216,54,61); }

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