Html Css Color HEX #D83641 Mahogany

📋 copy color: '#D83641'

red 216 ◦ green 54 ◦ blue 65

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

Shades of Mahogany #D83641

Tints of Mahogany #D83641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.12%

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

R = 64.48%
G = 16.12%
B = 19.4%

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

#D83641 (or 0xD83641) is known color: Mahogany. HEX triplet: D8, 36 and 41. RGB value is (216,54,65). Sum of RGB (Red+Green+Blue) = 216+54+65=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D83641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83641 is #27C9BE. Grayscale: #676767. Windows color (decimal): -2607551 or 4273880. OLE color: 4273880.

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

Color convert

RGB 216 54 65 -
CMYK 0 0.75 0.70 0.15
HSL 355.93º 0.68% 0.53% -
HSV(B) 355.93º 0.75% 0.85% -
XYZ 30.59 17.62 6.79 -
YUV 103.69 106.17 208.11 -
System Red Green Blue C M Y K H S L
Decimal 216 54 65 0 0.75 0.70 0.15 355.93 0.68 0.53
Hex D8 36 41 0 4B 46 F 164 44 35
Octal 330 66 101 0 113 106 17 544 104 65
Binary 11011000 110110 1000001 0 1001011 1000110 1111 101100100 1000100 110101

Color Harmonies of #D83641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83641

Black with #D83641

Text Example


Text Example

White with #D83641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83641; }

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

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

background-color css

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

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

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

border-color css

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

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

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