#CE3A3B

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

Shades of Mahogany #CE3A3B

Tints of Mahogany #CE3A3B

Color information

#CE3A3B (or 0xCE3A3B) is unknown color: approx Mahogany. HEX triplet: CE, 3A and 3B. RGB value is (206,58,59). Sum of RGB (Red+Green+Blue) = 206+58+59=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A3B is #31C5C4. Grayscale: #666666. Windows color (decimal): -3261893 or 3881678. OLE color: 3881678.

HSL color Cylindrical-coordinate representation of color #CE3A3B: hue angle of 359.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A3B is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB2065859-
CMYK00.720.710.19
HSL359.59º60.16%51.76%-
HSV(B)359.59º71.84%80.78%-
XYZ27.7616.465.85-
YUV102.37103.53201.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 63.78%
GREEN value IS 58 (23.05% from 255) = 17.96%
BLUE value IS 59 (23.44% from 255) = 18.27%
R=63.78%
G=17.96%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206585900.720.710.19359.5960.1651.76
HexCE3A3B04847131683c34
Octal31672730110107235507464
Binary1100111011101011101101001000100011110011101101000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3A3B; }

 p { color: rgb(206,58,59); }

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

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

 a { background-color: rgb(206,58,59); }

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

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

 span { border-color: rgb(206,58,59); }

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