Html Css Color HEX #D73740 Mahogany

📋 copy color: '#D73740'

red 215 ◦ green 55 ◦ blue 64

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

Shades of Mahogany #D73740

Tints of Mahogany #D73740

RGB

 RED value IS 215 (84.38% from 255) = 64.37%

 GREEN value IS 55 (21.88% from 255) = 16.47%

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

R = 64.37%
G = 16.47%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D73740 (or 0xD73740) is known color: Mahogany. HEX triplet: D7, 37 and 40. RGB value is (215,55,64). Sum of RGB (Red+Green+Blue) = 215+55+64=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D73740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73740 is #28C8BF. Grayscale: #676767. Windows color (decimal): -2672832 or 4208599. OLE color: 4208599.

HSL color Cylindrical-coordinate representation of color #D73740: hue angle of 356.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73740 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 55 64 -
CMYK 0 0.74 0.70 0.16
HSL 356.63º 0.67% 0.53% -
HSV(B) 356.63º 0.74% 0.84% -
XYZ 30.32 17.55 6.64 -
YUV 103.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 215 55 64 0 0.74 0.70 0.16 356.63 0.67 0.53
Hex D7 37 40 0 4A 46 10 165 43 35
Octal 327 67 100 0 112 106 20 545 103 65
Binary 11010111 110111 1000000 0 1001010 1000110 10000 101100101 1000011 110101

Color Harmonies of #D73740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73740

Black with #D73740

Text Example


Text Example

White with #D73740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73740; }

 p { color: rgb(215,55,64); }

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

background-color css

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

 a { background-color: rgb(215,55,64); }

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

border-color css

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

 span { border-color: rgb(215,55,64); }

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