#CD393E

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

Shades of Mahogany #CD393E

Tints of Mahogany #CD393E

Color information

#CD393E (or 0xCD393E) is unknown color: approx Mahogany. HEX triplet: CD, 39 and 3E. RGB value is (205,57,62). Sum of RGB (Red+Green+Blue) = 205+57+62=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD393E is #32C6C1. Grayscale: #656565. Windows color (decimal): -3327682 or 4078029. OLE color: 4078029.

HSL color Cylindrical-coordinate representation of color #CD393E: hue angle of 357.97º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD393E is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2055762-
CMYK00.720.700.20
HSL357.97º59.68%51.37%-
HSV(B)357.97º72.2%80.39%-
XYZ27.5116.256.24-
YUV101.82105.53201.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.27%
GREEN value IS 57 (22.66% from 255) = 17.59%
BLUE value IS 62 (24.61% from 255) = 19.14%
R=63.27%
G=17.59%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205576200.720.700.20357.9759.6851.37
HexCD393E04846141663c33
Octal31571760110106245467463
Binary1100110111100111111001001000100011010100101100110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD393E; }

 p { color: rgb(205,57,62); }

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

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

 a { background-color: rgb(205,57,62); }

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

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

 span { border-color: rgb(205,57,62); }

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