Html Css Color HEX #C52829 Mahogany

📋 copy color: '#C52829'

red 197 ◦ green 40 ◦ blue 41

#C52829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #C52829

Tints of Mahogany #C52829

RGB

 RED value IS 197 (77.34% from 255) = 70.86%

 GREEN value IS 40 (16.02% from 255) = 14.39%

 BLUE value IS 41 (16.41% from 255) = 14.75%

R = 70.86%
G = 14.39%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C52829 (or 0xC52829) is known color: Mahogany. HEX triplet: C5, 28 and 29. RGB value is (197,40,41). Sum of RGB (Red+Green+Blue) = 197+40+41=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C52829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52829 is #3AD7D6. Grayscale: #575757. Windows color (decimal): -3856343 or 2697413. OLE color: 2697413.

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

Color convert

RGB 197 40 41 -
CMYK 0 0.80 0.79 0.23
HSL 359.62º 0.66% 0.46% -
HSV(B) 359.62º 0.8% 0.77% -
XYZ 24.18 13.55 3.44 -
YUV 87.06 102.01 206.42 -
System Red Green Blue C M Y K H S L
Decimal 197 40 41 0 0.80 0.79 0.23 359.62 0.66 0.46
Hex C5 28 29 0 50 4F 17 168 42 2E
Octal 305 50 51 0 120 117 27 550 102 56
Binary 11000101 101000 101001 0 1010000 1001111 10111 101101000 1000010 101110

Color Harmonies of #C52829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52829

Black with #C52829

Text Example


Text Example

White with #C52829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52829; }

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

 H1.HeaderClassName
 {
   color: #C52829;
 }
 .AnyTagClassName
 {
   color: #C52829;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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