Html Css Color HEX #C53133 Mahogany

📋 copy color: '#C53133'

red 197 ◦ green 49 ◦ blue 51

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

Shades of Mahogany #C53133

Tints of Mahogany #C53133

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

 BLUE value IS 51 (20.31% from 255) = 17.17%

R = 66.33%
G = 16.5%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C53133 (or 0xC53133) is known color: Mahogany. HEX triplet: C5, 31 and 33. RGB value is (197,49,51). Sum of RGB (Red+Green+Blue) = 197+49+51=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C53133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53133 is #3ACECC. Grayscale: #5D5D5D. Windows color (decimal): -3854029 or 3355077. OLE color: 3355077.

HSL color Cylindrical-coordinate representation of color #C53133: hue angle of 359.19º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53133 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 49 51 -
CMYK 0 0.75 0.74 0.23
HSL 359.19º 0.6% 0.48% -
HSV(B) 359.19º 0.75% 0.77% -
XYZ 24.72 14.31 4.59 -
YUV 93.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 197 49 51 0 0.75 0.74 0.23 359.19 0.6 0.48
Hex C5 31 33 0 4B 4A 17 167 3C 30
Octal 305 61 63 0 113 112 27 547 74 60
Binary 11000101 110001 110011 0 1001011 1001010 10111 101100111 111100 110000

Color Harmonies of #C53133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53133

Black with #C53133

Text Example


Text Example

White with #C53133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53133; }

 p { color: rgb(197,49,51); }

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

background-color css

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

 a { background-color: rgb(197,49,51); }

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

border-color css

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

 span { border-color: rgb(197,49,51); }

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