Html Css Color HEX #D73841 Mahogany

📋 copy color: '#D73841'

red 215 ◦ green 56 ◦ blue 65

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

Shades of Mahogany #D73841

Tints of Mahogany #D73841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.67%

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

R = 63.99%
G = 16.67%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D73841 (or 0xD73841) is known color: Mahogany. HEX triplet: D7, 38 and 41. RGB value is (215,56,65). Sum of RGB (Red+Green+Blue) = 215+56+65=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D73841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73841 is #28C7BE. Grayscale: #686868. Windows color (decimal): -2672575 or 4274391. OLE color: 4274391.

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

Color convert

RGB 215 56 65 -
CMYK 0 0.74 0.70 0.16
HSL 356.6º 0.67% 0.53% -
HSV(B) 356.6º 0.74% 0.84% -
XYZ 30.39 17.66 6.81 -
YUV 104.57 105.68 206.77 -
System Red Green Blue C M Y K H S L
Decimal 215 56 65 0 0.74 0.70 0.16 356.6 0.67 0.53
Hex D7 38 41 0 4A 46 10 165 43 35
Octal 327 70 101 0 112 106 20 545 103 65
Binary 11010111 111000 1000001 0 1001010 1000110 10000 101100101 1000011 110101

Color Harmonies of #D73841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73841

Black with #D73841

Text Example


Text Example

White with #D73841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73841; }

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

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

background-color css

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

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

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

border-color css

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

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

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