Html Css Color HEX #C32729 Mahogany

📋 copy color: '#C32729'

red 195 ◦ green 39 ◦ blue 41

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

Shades of Mahogany #C32729

Tints of Mahogany #C32729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.18%

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

R = 70.91%
G = 14.18%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C32729 (or 0xC32729) is known color: Mahogany. HEX triplet: C3, 27 and 29. RGB value is (195,39,41). Sum of RGB (Red+Green+Blue) = 195+39+41=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C32729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32729 is #3CD8D6. Grayscale: #565656. Windows color (decimal): -3987671 or 2697155. OLE color: 2697155.

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

Color convert

RGB 195 39 41 -
CMYK 0 0.80 0.79 0.24
HSL 359.23º 0.67% 0.46% -
HSV(B) 359.23º 0.8% 0.76% -
XYZ 23.63 13.21 3.4 -
YUV 85.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 195 39 41 0 0.80 0.79 0.24 359.23 0.67 0.46
Hex C3 27 29 0 50 4F 18 167 43 2E
Octal 303 47 51 0 120 117 30 547 103 56
Binary 11000011 100111 101001 0 1010000 1001111 11000 101100111 1000011 101110

Color Harmonies of #C32729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32729

Black with #C32729

Text Example


Text Example

White with #C32729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32729; }

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

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

background-color css

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

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

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

border-color css

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

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

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