#CD393D

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

Shades of Mahogany #CD393D

Tints of Mahogany #CD393D

Color information

#CD393D (or 0xCD393D) is unknown color: approx Mahogany. HEX triplet: CD, 39 and 3D. RGB value is (205,57,61). Sum of RGB (Red+Green+Blue) = 205+57+61=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD393D is #32C6C2. Grayscale: #656565. Windows color (decimal): -3327683 or 4012493. OLE color: 4012493.

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

Color convert

RGB2055761-
CMYK00.720.700.20
HSL358.38º59.68%51.37%-
HSV(B)358.38º72.2%80.39%-
XYZ27.4816.246.1-
YUV101.71105.03201.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.47%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 61 (24.22% from 255) = 18.89%
R=63.47%
G=17.65%
B=18.89%

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
Decimal205576100.720.700.20358.3859.6851.37
HexCD393D04846141663c33
Octal31571750110106245467463
Binary1100110111100111110101001000100011010100101100110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD393D; }

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

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

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

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

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

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

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

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