#C1333B

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

Shades of Mahogany #C1333B

Tints of Mahogany #C1333B

Color information

#C1333B (or 0xC1333B) is unknown color: approx Mahogany. HEX triplet: C1, 33 and 3B. RGB value is (193,51,59). Sum of RGB (Red+Green+Blue) = 193+51+59=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1333B is #3ECCC4. Grayscale: #5E5E5E. Windows color (decimal): -4115653 or 3879873. OLE color: 3879873.

HSL color Cylindrical-coordinate representation of color #C1333B: hue angle of 356.62º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1333B is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB1935159-
CMYK00.740.690.24
HSL356.62º58.2%47.84%-
HSV(B)356.62º73.58%75.69%-
XYZ23.9714.025.58-
YUV94.37108.04198.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.70%
GREEN value IS 51 (20.31% from 255) = 16.83%
BLUE value IS 59 (23.44% from 255) = 19.47%
R=63.70%
G=16.83%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193515900.740.690.24356.6258.247.84
HexC1333B04A45181653a30
Octal30163730112105305457260
Binary1100000111001111101101001010100010111000101100101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1333B; }

 p { color: rgb(193,51,59); }

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

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

 a { background-color: rgb(193,51,59); }

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

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

 span { border-color: rgb(193,51,59); }

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