Html Css Color HEX #D83440 Mahogany

📋 copy color: '#D83440'

red 216 ◦ green 52 ◦ blue 64

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

Shades of Mahogany #D83440

Tints of Mahogany #D83440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.66%

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

R = 65.06%
G = 15.66%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D83440 (or 0xD83440) is known color: Mahogany. HEX triplet: D8, 34 and 40. RGB value is (216,52,64). Sum of RGB (Red+Green+Blue) = 216+52+64=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D83440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83440 is #27CBBF. Grayscale: #666666. Windows color (decimal): -2608064 or 4207832. OLE color: 4207832.

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

Color convert

RGB 216 52 64 -
CMYK 0 0.76 0.70 0.15
HSL 355.61º 0.68% 0.53% -
HSV(B) 355.61º 0.76% 0.85% -
XYZ 30.47 17.43 6.61 -
YUV 102.4 106.33 209.02 -
System Red Green Blue C M Y K H S L
Decimal 216 52 64 0 0.76 0.70 0.15 355.61 0.68 0.53
Hex D8 34 40 0 4C 46 F 164 44 35
Octal 330 64 100 0 114 106 17 544 104 65
Binary 11011000 110100 1000000 0 1001100 1000110 1111 101100100 1000100 110101

Color Harmonies of #D83440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83440

Black with #D83440

Text Example


Text Example

White with #D83440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83440; }

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

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

background-color css

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

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

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

border-color css

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

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

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