Html Css Color HEX #C52729 Mahogany

📋 copy color: '#C52729'

red 197 ◦ green 39 ◦ blue 41

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

Shades of Mahogany #C52729

Tints of Mahogany #C52729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.08%

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

R = 71.12%
G = 14.08%
B = 14.8%

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

#C52729 (or 0xC52729) is known color: Mahogany. HEX triplet: C5, 27 and 29. RGB value is (197,39,41). Sum of RGB (Red+Green+Blue) = 197+39+41=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C52729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52729 is #3AD8D6. Grayscale: #565656. Windows color (decimal): -3856599 or 2697157. OLE color: 2697157.

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

Color convert

RGB 197 39 41 -
CMYK 0 0.80 0.79 0.23
HSL 359.24º 0.67% 0.46% -
HSV(B) 359.24º 0.8% 0.77% -
XYZ 24.15 13.48 3.43 -
YUV 86.47 102.35 206.84 -
System Red Green Blue C M Y K H S L
Decimal 197 39 41 0 0.80 0.79 0.23 359.24 0.67 0.46
Hex C5 27 29 0 50 4F 17 167 43 2E
Octal 305 47 51 0 120 117 27 547 103 56
Binary 11000101 100111 101001 0 1010000 1001111 10111 101100111 1000011 101110

Color Harmonies of #C52729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52729

Black with #C52729

Text Example


Text Example

White with #C52729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52729; }

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

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

background-color css

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

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

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

border-color css

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

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

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