Html Css Color HEX #C32829 Mahogany

📋 copy color: '#C32829'

red 195 ◦ green 40 ◦ blue 41

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

Shades of Mahogany #C32829

Tints of Mahogany #C32829

RGB

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

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

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

R = 70.65%
G = 14.49%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C32829 (or 0xC32829) is known color: Mahogany. HEX triplet: C3, 28 and 29. RGB value is (195,40,41). Sum of RGB (Red+Green+Blue) = 195+40+41=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C32829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32829 is #3CD7D6. Grayscale: #565656. Windows color (decimal): -3987415 or 2697411. OLE color: 2697411.

HSL color Cylindrical-coordinate representation of color #C32829: hue angle of 359.61º degrees, saturation: 0.66, 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 #C32829 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 40 41 -
CMYK 0 0.79 0.79 0.24
HSL 359.61º 0.66% 0.46% -
HSV(B) 359.61º 0.79% 0.76% -
XYZ 23.66 13.28 3.41 -
YUV 86.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 195 40 41 0 0.79 0.79 0.24 359.61 0.66 0.46
Hex C3 28 29 0 4F 4F 18 168 42 2E
Octal 303 50 51 0 117 117 30 550 102 56
Binary 11000011 101000 101001 0 1001111 1001111 11000 101101000 1000010 101110

Color Harmonies of #C32829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32829

Black with #C32829

Text Example


Text Example

White with #C32829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32829; }

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

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

background-color css

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

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

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

border-color css

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

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

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