Html Css Color HEX #D1323B Mahogany

📋 copy color: '#D1323B'

red 209 ◦ green 50 ◦ blue 59

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

Shades of Mahogany #D1323B

Tints of Mahogany #D1323B

RGB

 RED value IS 209 (82.03% from 255) = 65.72%

 GREEN value IS 50 (19.92% from 255) = 15.72%

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 65.72%
G = 15.72%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1323B (or 0xD1323B) is known color: Mahogany. HEX triplet: D1, 32 and 3B. RGB value is (209,50,59). Sum of RGB (Red+Green+Blue) = 209+50+59=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D1323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1323B is #2ECDC4. Grayscale: #626262. Windows color (decimal): -3067333 or 3879633. OLE color: 3879633.

HSL color Cylindrical-coordinate representation of color #D1323B: hue angle of 356.6º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1323B is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 50 59 -
CMYK 0 0.76 0.72 0.18
HSL 356.6º 0.63% 0.51% -
HSV(B) 356.6º 0.76% 0.82% -
XYZ 28.22 16.15 5.77 -
YUV 98.57 105.68 206.77 -
System Red Green Blue C M Y K H S L
Decimal 209 50 59 0 0.76 0.72 0.18 356.6 0.63 0.51
Hex D1 32 3B 0 4C 48 12 165 3F 33
Octal 321 62 73 0 114 110 22 545 77 63
Binary 11010001 110010 111011 0 1001100 1001000 10010 101100101 111111 110011

Color Harmonies of #D1323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1323B

Black with #D1323B

Text Example


Text Example

White with #D1323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1323B; }

 p { color: rgb(209,50,59); }

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

background-color css

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

 a { background-color: rgb(209,50,59); }

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

border-color css

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

 span { border-color: rgb(209,50,59); }

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