#D0262D

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

Shades of Mahogany #D0262D

Tints of Mahogany #D0262D

Color information

#D0262D (or 0xD0262D) is unknown color: approx Mahogany. HEX triplet: D0, 26 and 2D. RGB value is (208,38,45). Sum of RGB (Red+Green+Blue) = 208+38+45=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0262D is #2FD9D2. Grayscale: #595959. Windows color (decimal): -3135955 or 2959056. OLE color: 2959056.

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

Color convert

RGB2083845-
CMYK00.820.780.18
HSL357.53º69.11%48.24%-
HSV(B)357.53º81.73%81.57%-
XYZ27.1814.993.94-
YUV89.63102.82212.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 71.48%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 45 (17.97% from 255) = 15.46%
R=71.48%
G=13.06%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208384500.820.780.18357.5369.1148.24
HexD0262D0524E121664530
Octal320465501221162254610560
Binary11010000100110101101010100101001110100101011001101000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0262D; }

 p { color: rgb(208,38,45); }

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

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

 a { background-color: rgb(208,38,45); }

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

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

 span { border-color: rgb(208,38,45); }

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