Html Css Color HEX #C52832 Mahogany

📋 copy color: '#C52832'

red 197 ◦ green 40 ◦ blue 50

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

Shades of Mahogany #C52832

Tints of Mahogany #C52832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 68.64%
G = 13.94%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C52832 (or 0xC52832) is known color: Mahogany. HEX triplet: C5, 28 and 32. RGB value is (197,40,50). Sum of RGB (Red+Green+Blue) = 197+40+50=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C52832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52832 is #3AD7CD. Grayscale: #585858. Windows color (decimal): -3856334 or 3287237. OLE color: 3287237.

HSL color Cylindrical-coordinate representation of color #C52832: hue angle of 356.18º 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 #C52832 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 50 -
CMYK 0 0.80 0.75 0.23
HSL 356.18º 0.66% 0.46% -
HSV(B) 356.18º 0.8% 0.77% -
XYZ 24.36 13.62 4.36 -
YUV 88.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 197 40 50 0 0.80 0.75 0.23 356.18 0.66 0.46
Hex C5 28 32 0 50 4B 17 164 42 2E
Octal 305 50 62 0 120 113 27 544 102 56
Binary 11000101 101000 110010 0 1010000 1001011 10111 101100100 1000010 101110

Color Harmonies of #C52832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52832

Black with #C52832

Text Example


Text Example

White with #C52832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52832; }

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

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

background-color css

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

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

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

border-color css

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

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

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