Html Css Color HEX #C7313A Mahogany

📋 copy color: '#C7313A'

red 199 ◦ green 49 ◦ blue 58

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

Shades of Mahogany #C7313A

Tints of Mahogany #C7313A

RGB

 RED value IS 199 (78.13% from 255) = 65.03%

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

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

R = 65.03%
G = 16.01%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7313A (or 0xC7313A) is known color: Mahogany. HEX triplet: C7, 31 and 3A. RGB value is (199,49,58). Sum of RGB (Red+Green+Blue) = 199+49+58=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C7313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7313A is #38CEC5. Grayscale: #5E5E5E. Windows color (decimal): -3722950 or 3813831. OLE color: 3813831.

HSL color Cylindrical-coordinate representation of color #C7313A: hue angle of 356.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7313A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 58 -
CMYK 0 0.75 0.71 0.22
HSL 356.4º 0.6% 0.49% -
HSV(B) 356.4º 0.75% 0.78% -
XYZ 25.42 14.64 5.49 -
YUV 94.88 107.2 202.27 -
System Red Green Blue C M Y K H S L
Decimal 199 49 58 0 0.75 0.71 0.22 356.4 0.6 0.49
Hex C7 31 3A 0 4B 47 16 164 3C 31
Octal 307 61 72 0 113 107 26 544 74 61
Binary 11000111 110001 111010 0 1001011 1000111 10110 101100100 111100 110001

Color Harmonies of #C7313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7313A

Black with #C7313A

Text Example


Text Example

White with #C7313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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