Html Css Color HEX #D83840 Mahogany

📋 copy color: '#D83840'

red 216 ◦ green 56 ◦ blue 64

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

Shades of Mahogany #D83840

Tints of Mahogany #D83840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.67%

 BLUE value IS 64 (25.39% from 255) = 19.05%

R = 64.29%
G = 16.67%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D83840 (or 0xD83840) is known color: Mahogany. HEX triplet: D8, 38 and 40. RGB value is (216,56,64). Sum of RGB (Red+Green+Blue) = 216+56+64=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D83840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83840 is #27C7BF. Grayscale: #686868. Windows color (decimal): -2607040 or 4208856. OLE color: 4208856.

HSL color Cylindrical-coordinate representation of color #D83840: hue angle of 357º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D83840 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 56 64 -
CMYK 0 0.74 0.70 0.15
HSL 357º 0.67% 0.53% -
HSV(B) 357º 0.74% 0.85% -
XYZ 30.66 17.8 6.67 -
YUV 104.75 105.01 207.35 -
System Red Green Blue C M Y K H S L
Decimal 216 56 64 0 0.74 0.70 0.15 357 0.67 0.53
Hex D8 38 40 0 4A 46 F 165 43 35
Octal 330 70 100 0 112 106 17 545 103 65
Binary 11011000 111000 1000000 0 1001010 1000110 1111 101100101 1000011 110101

Color Harmonies of #D83840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83840

Black with #D83840

Text Example


Text Example

White with #D83840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83840; }

 p { color: rgb(216,56,64); }

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

background-color css

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

 a { background-color: rgb(216,56,64); }

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

border-color css

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

 span { border-color: rgb(216,56,64); }

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