#D6333D

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

Shades of Mahogany #D6333D

Tints of Mahogany #D6333D

Color information

#D6333D (or 0xD6333D) is unknown color: approx Mahogany. HEX triplet: D6, 33 and 3D. RGB value is (214,51,61). Sum of RGB (Red+Green+Blue) = 214+51+61=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6333D is #29CCC2. Grayscale: #656565. Windows color (decimal): -2739395 or 4010966. OLE color: 4010966.

HSL color Cylindrical-coordinate representation of color #D6333D: hue angle of 356.32º 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 #D6333D is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB2145161-
CMYK00.760.710.16
HSL356.32º66.53%51.96%-
HSV(B)356.32º76.17%83.92%-
XYZ29.76176.13-
YUV100.88105.5208.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 65.64%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=65.64%
G=15.64%
B=18.71%

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
Decimal214516100.760.710.16356.3266.5351.96
HexD6333D04C47101644334
Octal326637501141072054410364
Binary11010110110011111101010011001000111100001011001001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6333D; }

 p { color: rgb(214,51,61); }

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

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

 a { background-color: rgb(214,51,61); }

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

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

 span { border-color: rgb(214,51,61); }

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