#CD343E

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

Shades of Mahogany #CD343E

Tints of Mahogany #CD343E

Color information

#CD343E (or 0xCD343E) is unknown color: approx Mahogany. HEX triplet: CD, 34 and 3E. RGB value is (205,52,62). Sum of RGB (Red+Green+Blue) = 205+52+62=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD343E is #32CBC1. Grayscale: #636363. Windows color (decimal): -3328962 or 4076749. OLE color: 4076749.

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

Color convert

RGB2055262-
CMYK00.750.700.20
HSL356.08º60.47%50.39%-
HSV(B)356.08º74.63%80.39%-
XYZ27.2715.786.17-
YUV98.89107.19203.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 64.26%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 62 (24.61% from 255) = 19.44%
R=64.26%
G=16.30%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205526200.750.700.20356.0860.4750.39
HexCD343E04B46141643c32
Octal31564760113106245447462
Binary1100110111010011111001001011100011010100101100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD343E; }

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

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

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

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

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

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

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

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