Html Css Color HEX #D73233 Mahogany

📋 copy color: '#D73233'

red 215 ◦ green 50 ◦ blue 51

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

Shades of Mahogany #D73233

Tints of Mahogany #D73233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

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

R = 68.04%
G = 15.82%
B = 16.14%

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

#D73233 (or 0xD73233) is known color: Mahogany. HEX triplet: D7, 32 and 33. RGB value is (215,50,51). Sum of RGB (Red+Green+Blue) = 215+50+51=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D73233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73233 is #28CDCC. Grayscale: #636363. Windows color (decimal): -2674125 or 3355351. OLE color: 3355351.

HSL color Cylindrical-coordinate representation of color #D73233: hue angle of 359.64º 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 #D73233 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 50 51 -
CMYK 0 0.77 0.76 0.16
HSL 359.64º 0.67% 0.52% -
HSV(B) 359.64º 0.77% 0.84% -
XYZ 29.76 16.97 4.84 -
YUV 99.45 100.66 210.42 -
System Red Green Blue C M Y K H S L
Decimal 215 50 51 0 0.77 0.76 0.16 359.64 0.67 0.52
Hex D7 32 33 0 4D 4C 10 168 43 34
Octal 327 62 63 0 115 114 20 550 103 64
Binary 11010111 110010 110011 0 1001101 1001100 10000 101101000 1000011 110100

Color Harmonies of #D73233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73233

Black with #D73233

Text Example


Text Example

White with #D73233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73233; }

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

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

background-color css

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

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

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

border-color css

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

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

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