Html Css Color HEX #C62832 Mahogany

📋 copy color: '#C62832'

red 198 ◦ green 40 ◦ blue 50

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

Shades of Mahogany #C62832

Tints of Mahogany #C62832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 68.75%
G = 13.89%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C62832 (or 0xC62832) is known color: Mahogany. HEX triplet: C6, 28 and 32. RGB value is (198,40,50). Sum of RGB (Red+Green+Blue) = 198+40+50=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C62832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62832 is #39D7CD. Grayscale: #585858. Windows color (decimal): -3790798 or 3287238. OLE color: 3287238.

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

Color convert

RGB 198 40 50 -
CMYK 0 0.80 0.75 0.22
HSL 356.2º 0.66% 0.47% -
HSV(B) 356.2º 0.8% 0.78% -
XYZ 24.62 13.75 4.37 -
YUV 88.38 106.35 206.19 -
System Red Green Blue C M Y K H S L
Decimal 198 40 50 0 0.80 0.75 0.22 356.2 0.66 0.47
Hex C6 28 32 0 50 4B 16 164 42 2F
Octal 306 50 62 0 120 113 26 544 102 57
Binary 11000110 101000 110010 0 1010000 1001011 10110 101100100 1000010 101111

Color Harmonies of #C62832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62832

Black with #C62832

Text Example


Text Example

White with #C62832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62832; }

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

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

background-color css

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

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

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

border-color css

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

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

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