Html Css Color HEX #D84144 Mahogany

📋 copy color: '#D84144'

red 216 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #D84144

Tints of Mahogany #D84144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.62%

 BLUE value IS 68 (26.95% from 255) = 19.48%

R = 61.89%
G = 18.62%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D84144 (or 0xD84144) is known color: Mahogany. HEX triplet: D8, 41 and 44. RGB value is (216,65,68). Sum of RGB (Red+Green+Blue) = 216+65+68=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D84144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84144 is #27BEBB. Grayscale: #6E6E6E. Windows color (decimal): -2604732 or 4473304. OLE color: 4473304.

HSL color Cylindrical-coordinate representation of color #D84144: hue angle of 358.81º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D84144 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 65 68 -
CMYK 0 0.70 0.69 0.15
HSL 358.81º 0.66% 0.55% -
HSV(B) 358.81º 0.7% 0.85% -
XYZ 31.25 18.8 7.45 -
YUV 110.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 216 65 68 0 0.70 0.69 0.15 358.81 0.66 0.55
Hex D8 41 44 0 46 45 F 167 42 37
Octal 330 101 104 0 106 105 17 547 102 67
Binary 11011000 1000001 1000100 0 1000110 1000101 1111 101100111 1000010 110111

Color Harmonies of #D84144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84144

Black with #D84144

Text Example


Text Example

White with #D84144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84144; }

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

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

background-color css

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

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

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

border-color css

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

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

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