Html Css Color HEX #D33840 Mahogany

📋 copy color: '#D33840'

red 211 ◦ green 56 ◦ blue 64

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

Shades of Mahogany #D33840

Tints of Mahogany #D33840

RGB

 RED value IS 211 (82.81% from 255) = 63.75%

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

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

R = 63.75%
G = 16.92%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D33840 (or 0xD33840) is known color: Mahogany. HEX triplet: D3, 38 and 40. RGB value is (211,56,64). Sum of RGB (Red+Green+Blue) = 211+56+64=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D33840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33840 is #2CC7BF. Grayscale: #676767. Windows color (decimal): -2934720 or 4208851. OLE color: 4208851.

HSL color Cylindrical-coordinate representation of color #D33840: hue angle of 356.9º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33840 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 56 64 -
CMYK 0 0.73 0.70 0.17
HSL 356.9º 0.64% 0.52% -
HSV(B) 356.9º 0.73% 0.83% -
XYZ 29.2 17.05 6.6 -
YUV 103.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 211 56 64 0 0.73 0.70 0.17 356.9 0.64 0.52
Hex D3 38 40 0 49 46 11 165 40 34
Octal 323 70 100 0 111 106 21 545 100 64
Binary 11010011 111000 1000000 0 1001001 1000110 10001 101100101 1000000 110100

Color Harmonies of #D33840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33840

Black with #D33840

Text Example


Text Example

White with #D33840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33840; }

 p { color: rgb(211,56,64); }

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

background-color css

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

 a { background-color: rgb(211,56,64); }

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

border-color css

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

 span { border-color: rgb(211,56,64); }

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