Html Css Color HEX #D84445 Mahogany

📋 copy color: '#D84445'

red 216 ◦ green 68 ◦ blue 69

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

Shades of Mahogany #D84445

Tints of Mahogany #D84445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.26%

 BLUE value IS 69 (27.34% from 255) = 19.55%

R = 61.19%
G = 19.26%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D84445 (or 0xD84445) is known color: Mahogany. HEX triplet: D8, 44 and 45. RGB value is (216,68,69). Sum of RGB (Red+Green+Blue) = 216+68+69=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D84445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84445 is #27BBBA. Grayscale: #707070. Windows color (decimal): -2603963 or 4539608. OLE color: 4539608.

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

Color convert

RGB 216 68 69 -
CMYK 0 0.69 0.68 0.15
HSL 359.59º 0.65% 0.56% -
HSV(B) 359.59º 0.69% 0.85% -
XYZ 31.46 19.16 7.67 -
YUV 112.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 216 68 69 0 0.69 0.68 0.15 359.59 0.65 0.56
Hex D8 44 45 0 45 44 F 168 41 38
Octal 330 104 105 0 105 104 17 550 101 70
Binary 11011000 1000100 1000101 0 1000101 1000100 1111 101101000 1000001 111000

Color Harmonies of #D84445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84445

Black with #D84445

Text Example


Text Example

White with #D84445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84445; }

 p { color: rgb(216,68,69); }

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

background-color css

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

 a { background-color: rgb(216,68,69); }

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

border-color css

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

 span { border-color: rgb(216,68,69); }

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