Html Css Color HEX #C32529 Mahogany

📋 copy color: '#C32529'

red 195 ◦ green 37 ◦ blue 41

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

Shades of Mahogany #C32529

Tints of Mahogany #C32529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.55%

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 71.43%
G = 13.55%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C32529 (or 0xC32529) is known color: Mahogany. HEX triplet: C3, 25 and 29. RGB value is (195,37,41). Sum of RGB (Red+Green+Blue) = 195+37+41=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C32529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32529 is #3CDAD6. Grayscale: #545454. Windows color (decimal): -3988183 or 2696643. OLE color: 2696643.

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

Color convert

RGB 195 37 41 -
CMYK 0 0.81 0.79 0.24
HSL 358.48º 0.68% 0.45% -
HSV(B) 358.48º 0.81% 0.76% -
XYZ 23.57 13.09 3.38 -
YUV 84.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 195 37 41 0 0.81 0.79 0.24 358.48 0.68 0.45
Hex C3 25 29 0 51 4F 18 166 44 2D
Octal 303 45 51 0 121 117 30 546 104 55
Binary 11000011 100101 101001 0 1010001 1001111 11000 101100110 1000100 101101

Color Harmonies of #C32529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32529

Black with #C32529

Text Example


Text Example

White with #C32529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32529; }

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

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

background-color css

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

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

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

border-color css

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

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

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