#C13F42

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

Shades of Mahogany #C13F42

Tints of Mahogany #C13F42

Color information

#C13F42 (or 0xC13F42) is unknown color: approx Mahogany. HEX triplet: C1, 3F and 42. RGB value is (193,63,66). Sum of RGB (Red+Green+Blue) = 193+63+66=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F42 is #3EC0BD. Grayscale: #666666. Windows color (decimal): -4112574 or 4341697. OLE color: 4341697.

HSL color Cylindrical-coordinate representation of color #C13F42: hue angle of 358.62º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13F42 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB1936366-
CMYK00.670.660.24
HSL358.62º51.18%50.2%-
HSV(B)358.62º67.36%75.69%-
XYZ24.7515.296.8-
YUV102.21107.57192.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.94%
GREEN value IS 63 (25% from 255) = 19.57%
BLUE value IS 66 (26.17% from 255) = 20.50%
R=59.94%
G=19.57%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193636600.670.660.24358.6251.1850.2
HexC13F4204342181673332
Octal301771020103102305476362
Binary11000001111111100001001000011100001011000101100111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13F42; }

 p { color: rgb(193,63,66); }

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

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

 a { background-color: rgb(193,63,66); }

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

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

 span { border-color: rgb(193,63,66); }

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