Html Css Color HEX #D83240 Mahogany

📋 copy color: '#D83240'

red 216 ◦ green 50 ◦ blue 64

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

Shades of Mahogany #D83240

Tints of Mahogany #D83240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.15%

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

R = 65.45%
G = 15.15%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D83240 (or 0xD83240) is known color: Mahogany. HEX triplet: D8, 32 and 40. RGB value is (216,50,64). Sum of RGB (Red+Green+Blue) = 216+50+64=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D83240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83240 is #27CDBF. Grayscale: #656565. Windows color (decimal): -2608576 or 4207320. OLE color: 4207320.

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

Color convert

RGB 216 50 64 -
CMYK 0 0.77 0.70 0.15
HSL 354.94º 0.68% 0.52% -
HSV(B) 354.94º 0.77% 0.85% -
XYZ 30.38 17.25 6.58 -
YUV 101.23 107 209.86 -
System Red Green Blue C M Y K H S L
Decimal 216 50 64 0 0.77 0.70 0.15 354.94 0.68 0.52
Hex D8 32 40 0 4D 46 F 163 44 34
Octal 330 62 100 0 115 106 17 543 104 64
Binary 11011000 110010 1000000 0 1001101 1000110 1111 101100011 1000100 110100

Color Harmonies of #D83240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83240

Black with #D83240

Text Example


Text Example

White with #D83240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83240; }

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

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

background-color css

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

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

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

border-color css

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

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

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