Html Css Color HEX #D83640 Mahogany

📋 copy color: '#D83640'

red 216 ◦ green 54 ◦ blue 64

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

Shades of Mahogany #D83640

Tints of Mahogany #D83640

RGB

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

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

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

R = 64.67%
G = 16.17%
B = 19.16%

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

#D83640 (or 0xD83640) is known color: Mahogany. HEX triplet: D8, 36 and 40. RGB value is (216,54,64). Sum of RGB (Red+Green+Blue) = 216+54+64=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D83640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83640 is #27C9BF. Grayscale: #676767. Windows color (decimal): -2607552 or 4208344. OLE color: 4208344.

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

Color convert

RGB 216 54 64 -
CMYK 0 0.75 0.70 0.15
HSL 356.3º 0.68% 0.53% -
HSV(B) 356.3º 0.75% 0.85% -
XYZ 30.56 17.61 6.64 -
YUV 103.58 105.67 208.19 -
System Red Green Blue C M Y K H S L
Decimal 216 54 64 0 0.75 0.70 0.15 356.3 0.68 0.53
Hex D8 36 40 0 4B 46 F 164 44 35
Octal 330 66 100 0 113 106 17 544 104 65
Binary 11011000 110110 1000000 0 1001011 1000110 1111 101100100 1000100 110101

Color Harmonies of #D83640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83640

Black with #D83640

Text Example


Text Example

White with #D83640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83640; }

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

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

background-color css

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

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

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

border-color css

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

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

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