Html Css Color HEX #C63136 Mahogany

📋 copy color: '#C63136'

red 198 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #C63136

Tints of Mahogany #C63136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.94%

R = 65.78%
G = 16.28%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C63136 (or 0xC63136) is known color: Mahogany. HEX triplet: C6, 31 and 36. RGB value is (198,49,54). Sum of RGB (Red+Green+Blue) = 198+49+54=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C63136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63136 is #39CEC9. Grayscale: #5E5E5E. Windows color (decimal): -3788490 or 3551686. OLE color: 3551686.

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

Color convert

RGB 198 49 54 -
CMYK 0 0.75 0.73 0.22
HSL 357.99º 0.6% 0.48% -
HSV(B) 357.99º 0.75% 0.78% -
XYZ 25.05 14.47 4.96 -
YUV 94.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 198 49 54 0 0.75 0.73 0.22 357.99 0.6 0.48
Hex C6 31 36 0 4B 49 16 166 3C 30
Octal 306 61 66 0 113 111 26 546 74 60
Binary 11000110 110001 110110 0 1001011 1001001 10110 101100110 111100 110000

Color Harmonies of #C63136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63136

Black with #C63136

Text Example


Text Example

White with #C63136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63136; }

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

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

background-color css

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

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

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

border-color css

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

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

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