Html Css Color HEX #D83841 Mahogany

📋 copy color: '#D83841'

red 216 ◦ green 56 ◦ blue 65

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

Shades of Mahogany #D83841

Tints of Mahogany #D83841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.29%

R = 64.09%
G = 16.62%
B = 19.29%

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

#D83841 (or 0xD83841) is known color: Mahogany. HEX triplet: D8, 38 and 41. RGB value is (216,56,65). Sum of RGB (Red+Green+Blue) = 216+56+65=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D83841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83841 is #27C7BE. Grayscale: #686868. Windows color (decimal): -2607039 or 4274392. OLE color: 4274392.

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

Color convert

RGB 216 56 65 -
CMYK 0 0.74 0.70 0.15
HSL 356.63º 0.67% 0.53% -
HSV(B) 356.63º 0.74% 0.85% -
XYZ 30.69 17.81 6.82 -
YUV 104.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 216 56 65 0 0.74 0.70 0.15 356.63 0.67 0.53
Hex D8 38 41 0 4A 46 F 165 43 35
Octal 330 70 101 0 112 106 17 545 103 65
Binary 11011000 111000 1000001 0 1001010 1000110 1111 101100101 1000011 110101

Color Harmonies of #D83841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83841

Black with #D83841

Text Example


Text Example

White with #D83841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83841; }

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

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

background-color css

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

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

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

border-color css

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

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

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