Html Css Color HEX #D73440 Mahogany

📋 copy color: '#D73440'

red 215 ◦ green 52 ◦ blue 64

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

Shades of Mahogany #D73440

Tints of Mahogany #D73440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.71%

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

R = 64.95%
G = 15.71%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D73440 (or 0xD73440) is known color: Mahogany. HEX triplet: D7, 34 and 40. RGB value is (215,52,64). Sum of RGB (Red+Green+Blue) = 215+52+64=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D73440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73440 is #28CBBF. Grayscale: #666666. Windows color (decimal): -2673600 or 4207831. OLE color: 4207831.

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

Color convert

RGB 215 52 64 -
CMYK 0 0.76 0.70 0.16
HSL 355.58º 0.67% 0.52% -
HSV(B) 355.58º 0.76% 0.84% -
XYZ 30.18 17.27 6.59 -
YUV 102.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 215 52 64 0 0.76 0.70 0.16 355.58 0.67 0.52
Hex D7 34 40 0 4C 46 10 164 43 34
Octal 327 64 100 0 114 106 20 544 103 64
Binary 11010111 110100 1000000 0 1001100 1000110 10000 101100100 1000011 110100

Color Harmonies of #D73440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73440

Black with #D73440

Text Example


Text Example

White with #D73440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73440; }

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

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

background-color css

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

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

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

border-color css

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

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

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