Html Css Color HEX #C5313A Mahogany

📋 copy color: '#C5313A'

red 197 ◦ green 49 ◦ blue 58

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

Shades of Mahogany #C5313A

Tints of Mahogany #C5313A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.08%

R = 64.8%
G = 16.12%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5313A (or 0xC5313A) is known color: Mahogany. HEX triplet: C5, 31 and 3A. RGB value is (197,49,58). Sum of RGB (Red+Green+Blue) = 197+49+58=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C5313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5313A is #3ACEC5. Grayscale: #5E5E5E. Windows color (decimal): -3854022 or 3813829. OLE color: 3813829.

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

Color convert

RGB 197 49 58 -
CMYK 0 0.75 0.71 0.23
HSL 356.35º 0.6% 0.48% -
HSV(B) 356.35º 0.75% 0.77% -
XYZ 24.89 14.37 5.47 -
YUV 94.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 197 49 58 0 0.75 0.71 0.23 356.35 0.6 0.48
Hex C5 31 3A 0 4B 47 17 164 3C 30
Octal 305 61 72 0 113 107 27 544 74 60
Binary 11000101 110001 111010 0 1001011 1000111 10111 101100100 111100 110000

Color Harmonies of #C5313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5313A

Black with #C5313A

Text Example


Text Example

White with #C5313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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