Html Css Color HEX #C62936 Mahogany

📋 copy color: '#C62936'

red 198 ◦ green 41 ◦ blue 54

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

Shades of Mahogany #C62936

Tints of Mahogany #C62936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.99%

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

R = 67.58%
G = 13.99%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C62936 (or 0xC62936) is known color: Mahogany. HEX triplet: C6, 29 and 36. RGB value is (198,41,54). Sum of RGB (Red+Green+Blue) = 198+41+54=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C62936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62936 is #39D6C9. Grayscale: #595959. Windows color (decimal): -3790538 or 3549638. OLE color: 3549638.

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

Color convert

RGB 198 41 54 -
CMYK 0 0.79 0.73 0.22
HSL 355.03º 0.66% 0.47% -
HSV(B) 355.03º 0.79% 0.78% -
XYZ 24.75 13.86 4.86 -
YUV 89.43 108.01 205.44 -
System Red Green Blue C M Y K H S L
Decimal 198 41 54 0 0.79 0.73 0.22 355.03 0.66 0.47
Hex C6 29 36 0 4F 49 16 163 42 2F
Octal 306 51 66 0 117 111 26 543 102 57
Binary 11000110 101001 110110 0 1001111 1001001 10110 101100011 1000010 101111

Color Harmonies of #C62936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62936

Black with #C62936

Text Example


Text Example

White with #C62936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62936; }

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

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

background-color css

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

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

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

border-color css

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

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

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