Html Css Color HEX #C33133 Mahogany

📋 copy color: '#C33133'

red 195 ◦ green 49 ◦ blue 51

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

Shades of Mahogany #C33133

Tints of Mahogany #C33133

RGB

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

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

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

R = 66.1%
G = 16.61%
B = 17.29%

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

#C33133 (or 0xC33133) is known color: Mahogany. HEX triplet: C3, 31 and 33. RGB value is (195,49,51). Sum of RGB (Red+Green+Blue) = 195+49+51=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C33133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33133 is #3CCECC. Grayscale: #5D5D5D. Windows color (decimal): -3985101 or 3355075. OLE color: 3355075.

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

Color convert

RGB 195 49 51 -
CMYK 0 0.75 0.74 0.24
HSL 359.18º 0.6% 0.48% -
HSV(B) 359.18º 0.75% 0.76% -
XYZ 24.2 14.04 4.57 -
YUV 92.88 104.37 200.84 -
System Red Green Blue C M Y K H S L
Decimal 195 49 51 0 0.75 0.74 0.24 359.18 0.6 0.48
Hex C3 31 33 0 4B 4A 18 167 3C 30
Octal 303 61 63 0 113 112 30 547 74 60
Binary 11000011 110001 110011 0 1001011 1001010 11000 101100111 111100 110000

Color Harmonies of #C33133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33133

Black with #C33133

Text Example


Text Example

White with #C33133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33133; }

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

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

background-color css

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

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

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

border-color css

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

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

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