Html Css Color HEX #C33137 Mahogany

📋 copy color: '#C33137'

red 195 ◦ green 49 ◦ blue 55

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

Shades of Mahogany #C33137

Tints of Mahogany #C33137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.39%

R = 65.22%
G = 16.39%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C33137 (or 0xC33137) is known color: Mahogany. HEX triplet: C3, 31 and 37. RGB value is (195,49,55). Sum of RGB (Red+Green+Blue) = 195+49+55=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C33137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33137 is #3CCEC8. Grayscale: #5D5D5D. Windows color (decimal): -3985097 or 3617219. OLE color: 3617219.

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

Color convert

RGB 195 49 55 -
CMYK 0 0.75 0.72 0.24
HSL 357.53º 0.6% 0.48% -
HSV(B) 357.53º 0.75% 0.76% -
XYZ 24.29 14.07 5.05 -
YUV 93.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 195 49 55 0 0.75 0.72 0.24 357.53 0.6 0.48
Hex C3 31 37 0 4B 48 18 166 3C 30
Octal 303 61 67 0 113 110 30 546 74 60
Binary 11000011 110001 110111 0 1001011 1001000 11000 101100110 111100 110000

Color Harmonies of #C33137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33137

Black with #C33137

Text Example


Text Example

White with #C33137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33137; }

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

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

background-color css

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

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

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

border-color css

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

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

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