#C22829

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

Shades of Mahogany #C22829

Tints of Mahogany #C22829

Color information

#C22829 (or 0xC22829) is unknown color: approx Mahogany. HEX triplet: C2, 28 and 29. RGB value is (194,40,41). Sum of RGB (Red+Green+Blue) = 194+40+41=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C22829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22829 is #3DD7D6. Grayscale: #565656. Windows color (decimal): -4052951 or 2697410. OLE color: 2697410.

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

Color convert

RGB1944041-
CMYK00.790.790.24
HSL359.61º65.81%45.88%-
HSV(B)359.61º79.38%76.08%-
XYZ23.4113.153.4-
YUV86.16102.52204.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 70.55%
GREEN value IS 40 (16.02% from 255) = 14.55%
BLUE value IS 41 (16.41% from 255) = 14.91%
R=70.55%
G=14.55%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194404100.790.790.24359.6165.8145.88
HexC2282904F4F18168422e
Octal302505101171173055010256
Binary11000010101000101001010011111001111110001011010001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22829; }

 p { color: rgb(194,40,41); }

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

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

 a { background-color: rgb(194,40,41); }

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

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

 span { border-color: rgb(194,40,41); }

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