Html Css Color HEX #D74144 Mahogany

📋 copy color: '#D74144'

red 215 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #D74144

Tints of Mahogany #D74144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

 BLUE value IS 68 (26.95% from 255) = 19.54%

R = 61.78%
G = 18.68%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D74144 (or 0xD74144) is known color: Mahogany. HEX triplet: D7, 41 and 44. RGB value is (215,65,68). Sum of RGB (Red+Green+Blue) = 215+65+68=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D74144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74144 is #28BEBB. Grayscale: #6E6E6E. Windows color (decimal): -2670268 or 4473303. OLE color: 4473303.

HSL color Cylindrical-coordinate representation of color #D74144: hue angle of 358.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74144 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 65 68 -
CMYK 0 0.70 0.68 0.16
HSL 358.8º 0.65% 0.55% -
HSV(B) 358.8º 0.7% 0.84% -
XYZ 30.96 18.65 7.44 -
YUV 110.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 215 65 68 0 0.70 0.68 0.16 358.8 0.65 0.55
Hex D7 41 44 0 46 44 10 167 41 37
Octal 327 101 104 0 106 104 20 547 101 67
Binary 11010111 1000001 1000100 0 1000110 1000100 10000 101100111 1000001 110111

Color Harmonies of #D74144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74144

Black with #D74144

Text Example


Text Example

White with #D74144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74144; }

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

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

background-color css

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

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

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

border-color css

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

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

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