#CD343D

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

Shades of Mahogany #CD343D

Tints of Mahogany #CD343D

Color information

#CD343D (or 0xCD343D) is unknown color: approx Mahogany. HEX triplet: CD, 34 and 3D. RGB value is (205,52,61). Sum of RGB (Red+Green+Blue) = 205+52+61=318 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.47% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 205 - color contains mainly: red. Hex color #CD343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD343D is #32CBC2. Grayscale: #626262. Windows color (decimal): -3328963 or 4011213. OLE color: 4011213.

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

Color convert

RGB2055261-
CMYK00.750.700.20
HSL356.47º60.47%50.39%-
HSV(B)356.47º74.63%80.39%-
XYZ27.2515.776.02-
YUV98.77106.69203.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 64.47%
GREEN value IS 52 (20.70% from 255) = 16.35%
BLUE value IS 61 (24.22% from 255) = 19.18%
R=64.47%
G=16.35%
B=19.18%

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
Decimal205526100.750.700.20356.4760.4750.39
HexCD343D04B46141643c32
Octal31564750113106245447462
Binary1100110111010011110101001011100011010100101100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD343D; }

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

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

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

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

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

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

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

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