Html Css Color HEX #C6313B Mahogany

📋 copy color: '#C6313B'

red 198 ◦ green 49 ◦ blue 59

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

Shades of Mahogany #C6313B

Tints of Mahogany #C6313B

RGB

 RED value IS 198 (77.73% from 255) = 64.71%

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

 BLUE value IS 59 (23.44% from 255) = 19.28%

R = 64.71%
G = 16.01%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6313B (or 0xC6313B) is known color: Mahogany. HEX triplet: C6, 31 and 3B. RGB value is (198,49,59). Sum of RGB (Red+Green+Blue) = 198+49+59=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C6313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6313B is #39CEC4. Grayscale: #5E5E5E. Windows color (decimal): -3788485 or 3879366. OLE color: 3879366.

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

Color convert

RGB 198 49 59 -
CMYK 0 0.75 0.70 0.22
HSL 355.97º 0.6% 0.48% -
HSV(B) 355.97º 0.75% 0.78% -
XYZ 25.18 14.52 5.61 -
YUV 94.69 107.86 201.69 -
System Red Green Blue C M Y K H S L
Decimal 198 49 59 0 0.75 0.70 0.22 355.97 0.6 0.48
Hex C6 31 3B 0 4B 46 16 164 3C 30
Octal 306 61 73 0 113 106 26 544 74 60
Binary 11000110 110001 111011 0 1001011 1000110 10110 101100100 111100 110000

Color Harmonies of #C6313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6313B

Black with #C6313B

Text Example


Text Example

White with #C6313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6313B; }

 p { color: rgb(198,49,59); }

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

background-color css

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

 a { background-color: rgb(198,49,59); }

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

border-color css

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

 span { border-color: rgb(198,49,59); }

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