#CD3D43

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

Shades of Mahogany #CD3D43

Tints of Mahogany #CD3D43

Color information

#CD3D43 (or 0xCD3D43) is unknown color: approx Mahogany. HEX triplet: CD, 3D and 43. RGB value is (205,61,67). Sum of RGB (Red+Green+Blue) = 205+61+67=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3D43 is #32C2BC. Grayscale: #686868. Windows color (decimal): -3326653 or 4406733. OLE color: 4406733.

HSL color Cylindrical-coordinate representation of color #CD3D43: hue angle of 357.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3D43 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB2056167-
CMYK00.700.670.20
HSL357.5º59.02%52.16%-
HSV(B)357.5º70.24%80.39%-
XYZ27.8616.727.07-
YUV104.74106.71199.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.56%
GREEN value IS 61 (24.22% from 255) = 18.32%
BLUE value IS 67 (26.56% from 255) = 20.12%
R=61.56%
G=18.32%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205616700.700.670.20357.559.0252.16
HexCD3D4304643141663b34
Octal315751030106103245467364
Binary11001101111101100001101000110100001110100101100110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3D43; }

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

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

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

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

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

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

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

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