#CE313A

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

Shades of Mahogany #CE313A

Tints of Mahogany #CE313A

Color information

#CE313A (or 0xCE313A) is unknown color: approx Mahogany. HEX triplet: CE, 31 and 3A. RGB value is (206,49,58). Sum of RGB (Red+Green+Blue) = 206+49+58=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE313A is #31CEC5. Grayscale: #616161. Windows color (decimal): -3264198 or 3813838. OLE color: 3813838.

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

Color convert

RGB2064958-
CMYK00.760.720.19
HSL356.56º61.57%50%-
HSV(B)356.56º76.21%80.78%-
XYZ27.3215.625.58-
YUV96.97106.01205.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 65.81%
GREEN value IS 49 (19.53% from 255) = 15.65%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=65.81%
G=15.65%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206495800.760.720.19356.5661.5750
HexCE313A04C48131653e32
Octal31661720114110235457662
Binary1100111011000111101001001100100100010011101100101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE313A; }

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

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

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

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

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

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

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

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