#D7333F

Color #D7333F Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #D7333F

Tints of Mahogany #D7333F

Color information

#D7333F (or 0xD7333F) is unknown color: approx Mahogany. HEX triplet: D7, 33 and 3F. RGB value is (215,51,63). Sum of RGB (Red+Green+Blue) = 215+51+63=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D7333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7333F is #28CCC0. Grayscale: #656565. Windows color (decimal): -2673857 or 4142039. OLE color: 4142039.

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

Color convert

RGB2155163-
CMYK00.760.710.16
HSL355.61º67.21%52.16%-
HSV(B)355.61º76.28%84.31%-
XYZ30.1117.176.43-
YUV101.4106.33209.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.35%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 63 (25% from 255) = 19.15%
R=65.35%
G=15.50%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215516300.760.710.16355.6167.2152.16
HexD7333F04C47101644334
Octal327637701141072054410364
Binary11010111110011111111010011001000111100001011001001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7333F; }

 p { color: rgb(215,51,63); }

 H1.HeaderClassName
 {
   color: #D7333F;
 }
 .AnyTagClassName
 {
   color: #D7333F;
 }
</style>
background-color css

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

 a { background-color: rgb(215,51,63); }

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

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

 span { border-color: rgb(215,51,63); }

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