Html Css Color HEX #C63337 Mahogany

📋 copy color: '#C63337'

red 198 ◦ green 51 ◦ blue 55

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

Shades of Mahogany #C63337

Tints of Mahogany #C63337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

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

R = 65.13%
G = 16.78%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C63337 (or 0xC63337) is known color: Mahogany. HEX triplet: C6, 33 and 37. RGB value is (198,51,55). Sum of RGB (Red+Green+Blue) = 198+51+55=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C63337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63337 is #39CCC8. Grayscale: #5F5F5F. Windows color (decimal): -3787977 or 3617734. OLE color: 3617734.

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

Color convert

RGB 198 51 55 -
CMYK 0 0.74 0.72 0.22
HSL 358.37º 0.59% 0.49% -
HSV(B) 358.37º 0.74% 0.78% -
XYZ 25.16 14.65 5.12 -
YUV 95.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 198 51 55 0 0.74 0.72 0.22 358.37 0.59 0.49
Hex C6 33 37 0 4A 48 16 166 3B 31
Octal 306 63 67 0 112 110 26 546 73 61
Binary 11000110 110011 110111 0 1001010 1001000 10110 101100110 111011 110001

Color Harmonies of #C63337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63337

Black with #C63337

Text Example


Text Example

White with #C63337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63337; }

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

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

background-color css

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

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

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

border-color css

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

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

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