Html Css Color HEX #D8323F Mahogany

📋 copy color: '#D8323F'

red 216 ◦ green 50 ◦ blue 63

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

Shades of Mahogany #D8323F

Tints of Mahogany #D8323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.15%

R = 65.65%
G = 15.2%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8323F (or 0xD8323F) is known color: Mahogany. HEX triplet: D8, 32 and 3F. RGB value is (216,50,63). Sum of RGB (Red+Green+Blue) = 216+50+63=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8323F is #27CDC0. Grayscale: #656565. Windows color (decimal): -2608577 or 4141784. OLE color: 4141784.

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

Color convert

RGB 216 50 63 -
CMYK 0 0.77 0.71 0.15
HSL 355.3º 0.68% 0.52% -
HSV(B) 355.3º 0.77% 0.85% -
XYZ 30.36 17.24 6.43 -
YUV 101.12 106.5 209.94 -
System Red Green Blue C M Y K H S L
Decimal 216 50 63 0 0.77 0.71 0.15 355.3 0.68 0.52
Hex D8 32 3F 0 4D 47 F 163 44 34
Octal 330 62 77 0 115 107 17 543 104 64
Binary 11011000 110010 111111 0 1001101 1000111 1111 101100011 1000100 110100

Color Harmonies of #D8323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8323F

Black with #D8323F

Text Example


Text Example

White with #D8323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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