Html Css Color HEX #D73540 Mahogany

📋 copy color: '#D73540'

red 215 ◦ green 53 ◦ blue 64

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

Shades of Mahogany #D73540

Tints of Mahogany #D73540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.96%

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

R = 64.76%
G = 15.96%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D73540 (or 0xD73540) is known color: Mahogany. HEX triplet: D7, 35 and 40. RGB value is (215,53,64). Sum of RGB (Red+Green+Blue) = 215+53+64=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D73540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73540 is #28CABF. Grayscale: #666666. Windows color (decimal): -2673344 or 4208087. OLE color: 4208087.

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

Color convert

RGB 215 53 64 -
CMYK 0 0.75 0.70 0.16
HSL 355.93º 0.67% 0.53% -
HSV(B) 355.93º 0.75% 0.84% -
XYZ 30.22 17.36 6.61 -
YUV 102.69 106.17 208.11 -
System Red Green Blue C M Y K H S L
Decimal 215 53 64 0 0.75 0.70 0.16 355.93 0.67 0.53
Hex D7 35 40 0 4B 46 10 164 43 35
Octal 327 65 100 0 113 106 20 544 103 65
Binary 11010111 110101 1000000 0 1001011 1000110 10000 101100100 1000011 110101

Color Harmonies of #D73540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73540

Black with #D73540

Text Example


Text Example

White with #D73540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73540; }

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

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

background-color css

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

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

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

border-color css

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

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

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