Html Css Color HEX #D13640 Mahogany

📋 copy color: '#D13640'

red 209 ◦ green 54 ◦ blue 64

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

Shades of Mahogany #D13640

Tints of Mahogany #D13640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.51%

 BLUE value IS 64 (25.39% from 255) = 19.57%

R = 63.91%
G = 16.51%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D13640 (or 0xD13640) is known color: Mahogany. HEX triplet: D1, 36 and 40. RGB value is (209,54,64). Sum of RGB (Red+Green+Blue) = 209+54+64=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D13640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13640 is #2EC9BF. Grayscale: #656565. Windows color (decimal): -3066304 or 4208337. OLE color: 4208337.

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

Color convert

RGB 209 54 64 -
CMYK 0 0.74 0.69 0.18
HSL 356.13º 0.63% 0.52% -
HSV(B) 356.13º 0.74% 0.82% -
XYZ 28.54 16.56 6.54 -
YUV 101.49 106.85 204.69 -
System Red Green Blue C M Y K H S L
Decimal 209 54 64 0 0.74 0.69 0.18 356.13 0.63 0.52
Hex D1 36 40 0 4A 45 12 164 3F 34
Octal 321 66 100 0 112 105 22 544 77 64
Binary 11010001 110110 1000000 0 1001010 1000101 10010 101100100 111111 110100

Color Harmonies of #D13640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13640

Black with #D13640

Text Example


Text Example

White with #D13640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13640; }

 p { color: rgb(209,54,64); }

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

background-color css

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

 a { background-color: rgb(209,54,64); }

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

border-color css

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

 span { border-color: rgb(209,54,64); }

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