#C4333A

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

Shades of Mahogany #C4333A

Tints of Mahogany #C4333A

Color information

#C4333A (or 0xC4333A) is unknown color: approx Mahogany. HEX triplet: C4, 33 and 3A. RGB value is (196,51,58). Sum of RGB (Red+Green+Blue) = 196+51+58=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C4333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4333A is #3BCCC5. Grayscale: #5F5F5F. Windows color (decimal): -3919046 or 3814340. OLE color: 3814340.

HSL color Cylindrical-coordinate representation of color #C4333A: hue angle of 357.1º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4333A is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB1965158-
CMYK00.740.700.23
HSL357.1º58.7%48.43%-
HSV(B)357.1º73.98%76.86%-
XYZ24.7114.415.48-
YUV95.15107.04199.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.26%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 58 (23.05% from 255) = 19.02%
R=64.26%
G=16.72%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196515800.740.700.23357.158.748.43
HexC4333A04A46171653b30
Octal30463720112106275457360
Binary1100010011001111101001001010100011010111101100101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4333A; }

 p { color: rgb(196,51,58); }

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

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

 a { background-color: rgb(196,51,58); }

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

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

 span { border-color: rgb(196,51,58); }

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