Html Css Color HEX #D73133 Mahogany

📋 copy color: '#D73133'

red 215 ◦ green 49 ◦ blue 51

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

Shades of Mahogany #D73133

Tints of Mahogany #D73133

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.56%

 BLUE value IS 51 (20.31% from 255) = 16.19%

R = 68.25%
G = 15.56%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D73133 (or 0xD73133) is known color: Mahogany. HEX triplet: D7, 31 and 33. RGB value is (215,49,51). Sum of RGB (Red+Green+Blue) = 215+49+51=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D73133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73133 is #28CECC. Grayscale: #636363. Windows color (decimal): -2674381 or 3355095. OLE color: 3355095.

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

Color convert

RGB 215 49 51 -
CMYK 0 0.77 0.76 0.16
HSL 359.28º 0.67% 0.52% -
HSV(B) 359.28º 0.77% 0.84% -
XYZ 29.72 16.88 4.82 -
YUV 98.86 101 210.84 -
System Red Green Blue C M Y K H S L
Decimal 215 49 51 0 0.77 0.76 0.16 359.28 0.67 0.52
Hex D7 31 33 0 4D 4C 10 167 43 34
Octal 327 61 63 0 115 114 20 547 103 64
Binary 11010111 110001 110011 0 1001101 1001100 10000 101100111 1000011 110100

Color Harmonies of #D73133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73133

Black with #D73133

Text Example


Text Example

White with #D73133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73133; }

 p { color: rgb(215,49,51); }

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

background-color css

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

 a { background-color: rgb(215,49,51); }

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

border-color css

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

 span { border-color: rgb(215,49,51); }

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