Html Css Color HEX #D74145 Mahogany

📋 copy color: '#D74145'

red 215 ◦ green 65 ◦ blue 69

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

Shades of Mahogany #D74145

Tints of Mahogany #D74145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.77%

R = 61.6%
G = 18.62%
B = 19.77%

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

#D74145 (or 0xD74145) is known color: Mahogany. HEX triplet: D7, 41 and 45. RGB value is (215,65,69). Sum of RGB (Red+Green+Blue) = 215+65+69=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D74145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74145 is #28BEBA. Grayscale: #6E6E6E. Windows color (decimal): -2670267 or 4538839. OLE color: 4538839.

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

Color convert

RGB 215 65 69 -
CMYK 0 0.70 0.68 0.16
HSL 358.4º 0.65% 0.55% -
HSV(B) 358.4º 0.7% 0.84% -
XYZ 30.99 18.66 7.6 -
YUV 110.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 215 65 69 0 0.70 0.68 0.16 358.4 0.65 0.55
Hex D7 41 45 0 46 44 10 166 41 37
Octal 327 101 105 0 106 104 20 546 101 67
Binary 11010111 1000001 1000101 0 1000110 1000100 10000 101100110 1000001 110111

Color Harmonies of #D74145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74145

Black with #D74145

Text Example


Text Example

White with #D74145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74145; }

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

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

background-color css

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

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

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

border-color css

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

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

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