#C34445

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

Shades of Mahogany #C34445

Tints of Mahogany #C34445

Color information

#C34445 (or 0xC34445) is unknown color: approx Mahogany. HEX triplet: C3, 44 and 45. RGB value is (195,68,69). Sum of RGB (Red+Green+Blue) = 195+68+69=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C34445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34445 is #3CBBBA. Grayscale: #6A6A6A. Windows color (decimal): -3980219 or 4539587. OLE color: 4539587.

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

Color convert

RGB1956869-
CMYK00.650.650.24
HSL359.53º51.42%51.57%-
HSV(B)359.53º65.13%76.47%-
XYZ25.6516.177.4-
YUV106.09107.08191.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.73%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 69 (27.34% from 255) = 20.78%
R=58.73%
G=20.48%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195686900.650.650.24359.5351.4251.57
HexC3444504141181683334
Octal3031041050101101305506364
Binary110000111000100100010101000001100000111000101101000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34445; }

 p { color: rgb(195,68,69); }

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

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

 a { background-color: rgb(195,68,69); }

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

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

 span { border-color: rgb(195,68,69); }

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