Html Css Color HEX #C62834 Mahogany

📋 copy color: '#C62834'

red 198 ◦ green 40 ◦ blue 52

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

Shades of Mahogany #C62834

Tints of Mahogany #C62834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.79%

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 68.28%
G = 13.79%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C62834 (or 0xC62834) is known color: Mahogany. HEX triplet: C6, 28 and 34. RGB value is (198,40,52). Sum of RGB (Red+Green+Blue) = 198+40+52=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C62834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62834 is #39D7CB. Grayscale: #585858. Windows color (decimal): -3790796 or 3418310. OLE color: 3418310.

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

Color convert

RGB 198 40 52 -
CMYK 0 0.80 0.74 0.22
HSL 355.44º 0.66% 0.47% -
HSV(B) 355.44º 0.8% 0.78% -
XYZ 24.67 13.77 4.61 -
YUV 88.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 198 40 52 0 0.80 0.74 0.22 355.44 0.66 0.47
Hex C6 28 34 0 50 4A 16 163 42 2F
Octal 306 50 64 0 120 112 26 543 102 57
Binary 11000110 101000 110100 0 1010000 1001010 10110 101100011 1000010 101111

Color Harmonies of #C62834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62834

Black with #C62834

Text Example


Text Example

White with #C62834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62834; }

 p { color: rgb(198,40,52); }

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

background-color css

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

 a { background-color: rgb(198,40,52); }

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

border-color css

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

 span { border-color: rgb(198,40,52); }

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