#C23237

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

Shades of Mahogany #C23237

Tints of Mahogany #C23237

Color information

#C23237 (or 0xC23237) is unknown color: approx Mahogany. HEX triplet: C2, 32 and 37. RGB value is (194,50,55). Sum of RGB (Red+Green+Blue) = 194+50+55=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C23237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23237 is #3DCDC8. Grayscale: #5D5D5D. Windows color (decimal): -4050377 or 3617474. OLE color: 3617474.

HSL color Cylindrical-coordinate representation of color #C23237: hue angle of 357.92º degrees, saturation: 0.59, 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 #C23237 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB1945055-
CMYK00.740.720.24
HSL357.92º59.02%47.84%-
HSV(B)357.92º74.23%76.08%-
XYZ24.0814.035.05-
YUV93.63106.21199.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.88%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 55 (21.88% from 255) = 18.39%
R=64.88%
G=16.72%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194505500.740.720.24357.9259.0247.84
HexC2323704A48181663b30
Octal30262670112110305467360
Binary1100001011001011011101001010100100011000101100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23237; }

 p { color: rgb(194,50,55); }

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

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

 a { background-color: rgb(194,50,55); }

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

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

 span { border-color: rgb(194,50,55); }

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