Html Css Color HEX #D73641 Mahogany

📋 copy color: '#D73641'

red 215 ◦ green 54 ◦ blue 65

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

Shades of Mahogany #D73641

Tints of Mahogany #D73641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.17%

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 64.37%
G = 16.17%
B = 19.46%

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

#D73641 (or 0xD73641) is known color: Mahogany. HEX triplet: D7, 36 and 41. RGB value is (215,54,65). Sum of RGB (Red+Green+Blue) = 215+54+65=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D73641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73641 is #28C9BE. Grayscale: #676767. Windows color (decimal): -2673087 or 4273879. OLE color: 4273879.

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

Color convert

RGB 215 54 65 -
CMYK 0 0.75 0.70 0.16
HSL 355.9º 0.67% 0.53% -
HSV(B) 355.9º 0.75% 0.84% -
XYZ 30.3 17.47 6.78 -
YUV 103.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 215 54 65 0 0.75 0.70 0.16 355.9 0.67 0.53
Hex D7 36 41 0 4B 46 10 164 43 35
Octal 327 66 101 0 113 106 20 544 103 65
Binary 11010111 110110 1000001 0 1001011 1000110 10000 101100100 1000011 110101

Color Harmonies of #D73641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73641

Black with #D73641

Text Example


Text Example

White with #D73641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73641; }

 p { color: rgb(215,54,65); }

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

background-color css

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

 a { background-color: rgb(215,54,65); }

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

border-color css

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

 span { border-color: rgb(215,54,65); }

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