Html Css Color HEX #D54546 Mahogany

📋 copy color: '#D54546'

red 213 ◦ green 69 ◦ blue 70

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

Shades of Mahogany #D54546

Tints of Mahogany #D54546

RGB

 RED value IS 213 (83.59% from 255) = 60.51%

 GREEN value IS 69 (27.34% from 255) = 19.6%

 BLUE value IS 70 (27.73% from 255) = 19.89%

R = 60.51%
G = 19.6%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D54546 (or 0xD54546) is known color: Mahogany. HEX triplet: D5, 45 and 46. RGB value is (213,69,70). Sum of RGB (Red+Green+Blue) = 213+69+70=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D54546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54546 is #2ABAB9. Grayscale: #707070. Windows color (decimal): -2800314 or 4605397. OLE color: 4605397.

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

Color convert

RGB 213 69 70 -
CMYK 0 0.68 0.67 0.16
HSL 359.58º 0.63% 0.55% -
HSV(B) 359.58º 0.68% 0.84% -
XYZ 30.67 18.84 7.82 -
YUV 112.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 213 69 70 0 0.68 0.67 0.16 359.58 0.63 0.55
Hex D5 45 46 0 44 43 10 168 3F 37
Octal 325 105 106 0 104 103 20 550 77 67
Binary 11010101 1000101 1000110 0 1000100 1000011 10000 101101000 111111 110111

Color Harmonies of #D54546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54546

Black with #D54546

Text Example


Text Example

White with #D54546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54546; }

 p { color: rgb(213,69,70); }

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

background-color css

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

 a { background-color: rgb(213,69,70); }

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

border-color css

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

 span { border-color: rgb(213,69,70); }

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