Html Css Color HEX #D83340 Mahogany

📋 copy color: '#D83340'

red 216 ◦ green 51 ◦ blue 64

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

Shades of Mahogany #D83340

Tints of Mahogany #D83340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

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

R = 65.26%
G = 15.41%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D83340 (or 0xD83340) is known color: Mahogany. HEX triplet: D8, 33 and 40. RGB value is (216,51,64). Sum of RGB (Red+Green+Blue) = 216+51+64=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D83340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83340 is #27CCBF. Grayscale: #656565. Windows color (decimal): -2608320 or 4207576. OLE color: 4207576.

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

Color convert

RGB 216 51 64 -
CMYK 0 0.76 0.70 0.15
HSL 355.27º 0.68% 0.52% -
HSV(B) 355.27º 0.76% 0.85% -
XYZ 30.43 17.34 6.59 -
YUV 101.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 216 51 64 0 0.76 0.70 0.15 355.27 0.68 0.52
Hex D8 33 40 0 4C 46 F 163 44 34
Octal 330 63 100 0 114 106 17 543 104 64
Binary 11011000 110011 1000000 0 1001100 1000110 1111 101100011 1000100 110100

Color Harmonies of #D83340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83340

Black with #D83340

Text Example


Text Example

White with #D83340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83340; }

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

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

background-color css

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

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

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

border-color css

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

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

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