Html Css Color HEX #C13133 Mahogany

📋 copy color: '#C13133'

red 193 ◦ green 49 ◦ blue 51

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

Shades of Mahogany #C13133

Tints of Mahogany #C13133

RGB

 RED value IS 193 (75.78% from 255) = 65.87%

 GREEN value IS 49 (19.53% from 255) = 16.72%

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

R = 65.87%
G = 16.72%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C13133 (or 0xC13133) is known color: Mahogany. HEX triplet: C1, 31 and 33. RGB value is (193,49,51). Sum of RGB (Red+Green+Blue) = 193+49+51=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C13133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13133 is #3ECECC. Grayscale: #5C5C5C. Windows color (decimal): -4116173 or 3355073. OLE color: 3355073.

HSL color Cylindrical-coordinate representation of color #C13133: hue angle of 359.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13133 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 49 51 -
CMYK 0 0.75 0.74 0.24
HSL 359.17º 0.6% 0.47% -
HSV(B) 359.17º 0.75% 0.76% -
XYZ 23.69 13.77 4.54 -
YUV 92.28 104.71 199.84 -
System Red Green Blue C M Y K H S L
Decimal 193 49 51 0 0.75 0.74 0.24 359.17 0.6 0.47
Hex C1 31 33 0 4B 4A 18 167 3C 2F
Octal 301 61 63 0 113 112 30 547 74 57
Binary 11000001 110001 110011 0 1001011 1001010 11000 101100111 111100 101111

Color Harmonies of #C13133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13133

Black with #C13133

Text Example


Text Example

White with #C13133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13133; }

 p { color: rgb(193,49,51); }

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

background-color css

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

 a { background-color: rgb(193,49,51); }

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

border-color css

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

 span { border-color: rgb(193,49,51); }

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