Html Css Color HEX #C32931 Mahogany

📋 copy color: '#C32931'

red 195 ◦ green 41 ◦ blue 49

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

Shades of Mahogany #C32931

Tints of Mahogany #C32931

RGB

 RED value IS 195 (76.56% from 255) = 68.42%

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

 BLUE value IS 49 (19.53% from 255) = 17.19%

R = 68.42%
G = 14.39%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C32931 (or 0xC32931) is known color: Mahogany. HEX triplet: C3, 29 and 31. RGB value is (195,41,49). Sum of RGB (Red+Green+Blue) = 195+41+49=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C32931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32931 is #3CD6CE. Grayscale: #585858. Windows color (decimal): -3987151 or 3221955. OLE color: 3221955.

HSL color Cylindrical-coordinate representation of color #C32931: hue angle of 356.88º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32931 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 41 49 -
CMYK 0 0.79 0.75 0.24
HSL 356.88º 0.65% 0.46% -
HSV(B) 356.88º 0.79% 0.76% -
XYZ 23.85 13.41 4.24 -
YUV 87.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 195 41 49 0 0.79 0.75 0.24 356.88 0.65 0.46
Hex C3 29 31 0 4F 4B 18 165 41 2E
Octal 303 51 61 0 117 113 30 545 101 56
Binary 11000011 101001 110001 0 1001111 1001011 11000 101100101 1000001 101110

Color Harmonies of #C32931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32931

Black with #C32931

Text Example


Text Example

White with #C32931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32931; }

 p { color: rgb(195,41,49); }

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

background-color css

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

 a { background-color: rgb(195,41,49); }

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

border-color css

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

 span { border-color: rgb(195,41,49); }

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