Html Css Color HEX #D83541 Mahogany

📋 copy color: '#D83541'

red 216 ◦ green 53 ◦ blue 65

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

Shades of Mahogany #D83541

Tints of Mahogany #D83541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.87%

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

R = 64.67%
G = 15.87%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D83541 (or 0xD83541) is known color: Mahogany. HEX triplet: D8, 35 and 41. RGB value is (216,53,65). Sum of RGB (Red+Green+Blue) = 216+53+65=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D83541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83541 is #27CABE. Grayscale: #676767. Windows color (decimal): -2607807 or 4273624. OLE color: 4273624.

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

Color convert

RGB 216 53 65 -
CMYK 0 0.75 0.70 0.15
HSL 355.58º 0.68% 0.53% -
HSV(B) 355.58º 0.75% 0.85% -
XYZ 30.55 17.53 6.77 -
YUV 103.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 216 53 65 0 0.75 0.70 0.15 355.58 0.68 0.53
Hex D8 35 41 0 4B 46 F 164 44 35
Octal 330 65 101 0 113 106 17 544 104 65
Binary 11011000 110101 1000001 0 1001011 1000110 1111 101100100 1000100 110101

Color Harmonies of #D83541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83541

Black with #D83541

Text Example


Text Example

White with #D83541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83541; }

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

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

background-color css

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

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

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

border-color css

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

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

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