#CD393B

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

Shades of Mahogany #CD393B

Tints of Mahogany #CD393B

Color information

#CD393B (or 0xCD393B) is unknown color: approx Mahogany. HEX triplet: CD, 39 and 3B. RGB value is (205,57,59). Sum of RGB (Red+Green+Blue) = 205+57+59=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD393B is #32C6C4. Grayscale: #656565. Windows color (decimal): -3327685 or 3881421. OLE color: 3881421.

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

Color convert

RGB2055759-
CMYK00.720.710.20
HSL359.19º59.68%51.37%-
HSV(B)359.19º72.2%80.39%-
XYZ27.4316.225.82-
YUV101.48104.03201.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.86%
GREEN value IS 57 (22.66% from 255) = 17.76%
BLUE value IS 59 (23.44% from 255) = 18.38%
R=63.86%
G=17.76%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205575900.720.710.20359.1959.6851.37
HexCD393B04847141673c33
Octal31571730110107245477463
Binary1100110111100111101101001000100011110100101100111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD393B; }

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

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

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

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

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

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

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

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