Html Css Color HEX #D93843 Mahogany

📋 copy color: '#D93843'

red 217 ◦ green 56 ◦ blue 67

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

Shades of Mahogany #D93843

Tints of Mahogany #D93843

RGB

 RED value IS 217 (85.16% from 255) = 63.82%

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

 BLUE value IS 67 (26.56% from 255) = 19.71%

R = 63.82%
G = 16.47%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D93843 (or 0xD93843) is known color: Mahogany. HEX triplet: D9, 38 and 43. RGB value is (217,56,67). Sum of RGB (Red+Green+Blue) = 217+56+67=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D93843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93843 is #26C7BC. Grayscale: #696969. Windows color (decimal): -2541501 or 4405465. OLE color: 4405465.

HSL color Cylindrical-coordinate representation of color #D93843: hue angle of 355.9º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93843 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 67 -
CMYK 0 0.74 0.69 0.15
HSL 355.9º 0.68% 0.54% -
HSV(B) 355.9º 0.74% 0.85% -
XYZ 31.04 17.99 7.15 -
YUV 105.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 217 56 67 0 0.74 0.69 0.15 355.9 0.68 0.54
Hex D9 38 43 0 4A 45 F 164 44 36
Octal 331 70 103 0 112 105 17 544 104 66
Binary 11011001 111000 1000011 0 1001010 1000101 1111 101100100 1000100 110110

Color Harmonies of #D93843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93843

Black with #D93843

Text Example


Text Example

White with #D93843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93843; }

 p { color: rgb(217,56,67); }

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

background-color css

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

 a { background-color: rgb(217,56,67); }

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

border-color css

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

 span { border-color: rgb(217,56,67); }

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