Html Css Color HEX #D8323D Mahogany

📋 copy color: '#D8323D'

red 216 ◦ green 50 ◦ blue 61

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

Shades of Mahogany #D8323D

Tints of Mahogany #D8323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.29%

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

R = 66.06%
G = 15.29%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8323D (or 0xD8323D) is known color: Mahogany. HEX triplet: D8, 32 and 3D. RGB value is (216,50,61). Sum of RGB (Red+Green+Blue) = 216+50+61=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8323D is #27CDC2. Grayscale: #656565. Windows color (decimal): -2608579 or 4010712. OLE color: 4010712.

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

Color convert

RGB 216 50 61 -
CMYK 0 0.77 0.72 0.15
HSL 356.02º 0.68% 0.52% -
HSV(B) 356.02º 0.77% 0.85% -
XYZ 30.3 17.22 6.14 -
YUV 100.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 216 50 61 0 0.77 0.72 0.15 356.02 0.68 0.52
Hex D8 32 3D 0 4D 48 F 164 44 34
Octal 330 62 75 0 115 110 17 544 104 64
Binary 11011000 110010 111101 0 1001101 1001000 1111 101100100 1000100 110100

Color Harmonies of #D8323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8323D

Black with #D8323D

Text Example


Text Example

White with #D8323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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