#c63538

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

Shades of Mahogany #C63538

Tints of Mahogany #C63538

Color information

#C63538 (or 0xC63538) is unknown color: approx Mahogany. HEX triplet: C6, 35 and 38. RGB value is (198,53,56). Sum of RGB (Red+Green+Blue) = 198+53+56=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C63538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63538 is #39CAC7. Grayscale: #606060. Windows color (decimal): -3787464 or 3683782. OLE color: 3683782.

HSL color Cylindrical-coordinate representation of color #C63538: hue angle of 358.76º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63538 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB1985356-
CMYK00.730.720.22
HSL358.76º57.77%49.22%-
HSV(B)358.76º73.23%77.65%-
XYZ25.2814.845.27-
YUV96.7105.04200.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.50%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=64.50%
G=17.26%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198535600.730.720.22358.7657.7749.22
HexC6353804948161673a31
Octal30665700111110265477261
Binary1100011011010111100001001001100100010110101100111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63538; }

 p { color: rgb(198,53,56); }

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

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

 a { background-color: rgb(198,53,56); }

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

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

 span { border-color: rgb(198,53,56); }

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