Html Css Color HEX #D8323B Mahogany

📋 copy color: '#D8323B'

red 216 ◦ green 50 ◦ blue 59

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

Shades of Mahogany #D8323B

Tints of Mahogany #D8323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.15%

R = 66.46%
G = 15.38%
B = 18.15%

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

#D8323B (or 0xD8323B) is known color: Mahogany. HEX triplet: D8, 32 and 3B. RGB value is (216,50,59). Sum of RGB (Red+Green+Blue) = 216+50+59=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D8323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8323B is #27CDC4. Grayscale: #646464. Windows color (decimal): -2608581 or 3879640. OLE color: 3879640.

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

Color convert

RGB 216 50 59 -
CMYK 0 0.77 0.73 0.15
HSL 356.75º 0.68% 0.52% -
HSV(B) 356.75º 0.77% 0.85% -
XYZ 30.25 17.2 5.86 -
YUV 100.66 104.5 210.27 -
System Red Green Blue C M Y K H S L
Decimal 216 50 59 0 0.77 0.73 0.15 356.75 0.68 0.52
Hex D8 32 3B 0 4D 49 F 165 44 34
Octal 330 62 73 0 115 111 17 545 104 64
Binary 11011000 110010 111011 0 1001101 1001001 1111 101100101 1000100 110100

Color Harmonies of #D8323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8323B

Black with #D8323B

Text Example


Text Example

White with #D8323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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