Html Css Color HEX #C63537 Mahogany

📋 copy color: '#C63537'

red 198 ◦ green 53 ◦ blue 55

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

Shades of Mahogany #C63537

Tints of Mahogany #C63537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

 BLUE value IS 55 (21.88% from 255) = 17.97%

R = 64.71%
G = 17.32%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C63537 (or 0xC63537) is known color: Mahogany. HEX triplet: C6, 35 and 37. RGB value is (198,53,55). Sum of RGB (Red+Green+Blue) = 198+53+55=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C63537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63537 is #39CAC8. Grayscale: #606060. Windows color (decimal): -3787465 or 3618246. OLE color: 3618246.

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

Color convert

RGB 198 53 55 -
CMYK 0 0.73 0.72 0.22
HSL 359.17º 0.58% 0.49% -
HSV(B) 359.17º 0.73% 0.78% -
XYZ 25.25 14.83 5.15 -
YUV 96.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 198 53 55 0 0.73 0.72 0.22 359.17 0.58 0.49
Hex C6 35 37 0 49 48 16 167 3A 31
Octal 306 65 67 0 111 110 26 547 72 61
Binary 11000110 110101 110111 0 1001001 1001000 10110 101100111 111010 110001

Color Harmonies of #C63537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63537

Black with #C63537

Text Example


Text Example

White with #C63537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63537; }

 p { color: rgb(198,53,55); }

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

background-color css

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

 a { background-color: rgb(198,53,55); }

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

border-color css

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

 span { border-color: rgb(198,53,55); }

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