Html Css Color HEX #D73441 Mahogany

📋 copy color: '#D73441'

red 215 ◦ green 52 ◦ blue 65

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

Shades of Mahogany #D73441

Tints of Mahogany #D73441

RGB

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

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

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

R = 64.76%
G = 15.66%
B = 19.58%

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

#D73441 (or 0xD73441) is known color: Mahogany. HEX triplet: D7, 34 and 41. RGB value is (215,52,65). Sum of RGB (Red+Green+Blue) = 215+52+65=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D73441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73441 is #28CBBE. Grayscale: #666666. Windows color (decimal): -2673599 or 4273367. OLE color: 4273367.

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

Color convert

RGB 215 52 65 -
CMYK 0 0.76 0.70 0.16
HSL 355.21º 0.67% 0.52% -
HSV(B) 355.21º 0.76% 0.84% -
XYZ 30.21 17.28 6.75 -
YUV 102.22 107 208.44 -
System Red Green Blue C M Y K H S L
Decimal 215 52 65 0 0.76 0.70 0.16 355.21 0.67 0.52
Hex D7 34 41 0 4C 46 10 163 43 34
Octal 327 64 101 0 114 106 20 543 103 64
Binary 11010111 110100 1000001 0 1001100 1000110 10000 101100011 1000011 110100

Color Harmonies of #D73441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73441

Black with #D73441

Text Example


Text Example

White with #D73441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73441; }

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

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

background-color css

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

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

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

border-color css

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

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

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