Html Css Color HEX #C32933 Mahogany

📋 copy color: '#C32933'

red 195 ◦ green 41 ◦ blue 51

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

Shades of Mahogany #C32933

Tints of Mahogany #C32933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.77%

R = 67.94%
G = 14.29%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C32933 (or 0xC32933) is known color: Mahogany. HEX triplet: C3, 29 and 33. RGB value is (195,41,51). Sum of RGB (Red+Green+Blue) = 195+41+51=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C32933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32933 is #3CD6CC. Grayscale: #585858. Windows color (decimal): -3987149 or 3353027. OLE color: 3353027.

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

Color convert

RGB 195 41 51 -
CMYK 0 0.79 0.74 0.24
HSL 356.1º 0.65% 0.46% -
HSV(B) 356.1º 0.79% 0.76% -
XYZ 23.9 13.43 4.46 -
YUV 88.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 195 41 51 0 0.79 0.74 0.24 356.1 0.65 0.46
Hex C3 29 33 0 4F 4A 18 164 41 2E
Octal 303 51 63 0 117 112 30 544 101 56
Binary 11000011 101001 110011 0 1001111 1001010 11000 101100100 1000001 101110

Color Harmonies of #C32933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32933

Black with #C32933

Text Example


Text Example

White with #C32933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32933; }

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

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

background-color css

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

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

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

border-color css

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

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

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