Html Css Color HEX #C32629 Mahogany

📋 copy color: '#C32629'

red 195 ◦ green 38 ◦ blue 41

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

Shades of Mahogany #C32629

Tints of Mahogany #C32629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.87%

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

R = 71.17%
G = 13.87%
B = 14.96%

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

#C32629 (or 0xC32629) is known color: Mahogany. HEX triplet: C3, 26 and 29. RGB value is (195,38,41). Sum of RGB (Red+Green+Blue) = 195+38+41=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C32629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32629 is #3CD9D6. Grayscale: #555555. Windows color (decimal): -3987927 or 2696899. OLE color: 2696899.

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

Color convert

RGB 195 38 41 -
CMYK 0 0.81 0.79 0.24
HSL 358.85º 0.67% 0.46% -
HSV(B) 358.85º 0.81% 0.76% -
XYZ 23.6 13.15 3.39 -
YUV 85.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 195 38 41 0 0.81 0.79 0.24 358.85 0.67 0.46
Hex C3 26 29 0 51 4F 18 167 43 2E
Octal 303 46 51 0 121 117 30 547 103 56
Binary 11000011 100110 101001 0 1010001 1001111 11000 101100111 1000011 101110

Color Harmonies of #C32629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32629

Black with #C32629

Text Example


Text Example

White with #C32629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32629; }

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

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

background-color css

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

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

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

border-color css

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

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

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