Html Css Color HEX #D8323A Mahogany

📋 copy color: '#D8323A'

red 216 ◦ green 50 ◦ blue 58

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

Shades of Mahogany #D8323A

Tints of Mahogany #D8323A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.9%

R = 66.67%
G = 15.43%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8323A (or 0xD8323A) is known color: Mahogany. HEX triplet: D8, 32 and 3A. RGB value is (216,50,58). Sum of RGB (Red+Green+Blue) = 216+50+58=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D8323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8323A is #27CDC5. Grayscale: #646464. Windows color (decimal): -2608582 or 3814104. OLE color: 3814104.

HSL color Cylindrical-coordinate representation of color #D8323A: hue angle of 357.11º 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 #D8323A is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 50 58 -
CMYK 0 0.77 0.73 0.15
HSL 357.11º 0.68% 0.52% -
HSV(B) 357.11º 0.77% 0.85% -
XYZ 30.22 17.19 5.73 -
YUV 100.55 104 210.35 -
System Red Green Blue C M Y K H S L
Decimal 216 50 58 0 0.77 0.73 0.15 357.11 0.68 0.52
Hex D8 32 3A 0 4D 49 F 165 44 34
Octal 330 62 72 0 115 111 17 545 104 64
Binary 11011000 110010 111010 0 1001101 1001001 1111 101100101 1000100 110100

Color Harmonies of #D8323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8323A

Black with #D8323A

Text Example


Text Example

White with #D8323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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