Html Css Color HEX #B33134 Mahogany

📋 copy color: '#B33134'

red 179 ◦ green 49 ◦ blue 52

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

Shades of Mahogany #B33134

Tints of Mahogany #B33134

RGB

 RED value IS 179 (70.31% from 255) = 63.93%

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

 BLUE value IS 52 (20.7% from 255) = 18.57%

R = 63.93%
G = 17.5%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B33134 (or 0xB33134) is known color: Mahogany. HEX triplet: B3, 31 and 34. RGB value is (179,49,52). Sum of RGB (Red+Green+Blue) = 179+49+52=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B33134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33134 is #4CCECB. Grayscale: #585858. Windows color (decimal): -5033676 or 3420595. OLE color: 3420595.

HSL color Cylindrical-coordinate representation of color #B33134: hue angle of 358.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33134 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 52 -
CMYK 0 0.73 0.71 0.30
HSL 358.62º 0.57% 0.45% -
HSV(B) 358.62º 0.73% 0.7% -
XYZ 20.31 12.03 4.5 -
YUV 88.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 179 49 52 0 0.73 0.71 0.30 358.62 0.57 0.45
Hex B3 31 34 0 49 47 1E 167 39 2D
Octal 263 61 64 0 111 107 36 547 71 55
Binary 10110011 110001 110100 0 1001001 1000111 11110 101100111 111001 101101

Color Harmonies of #B33134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33134

Black with #B33134

Text Example


Text Example

White with #B33134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33134; }

 p { color: rgb(179,49,52); }

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

background-color css

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

 a { background-color: rgb(179,49,52); }

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

border-color css

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

 span { border-color: rgb(179,49,52); }

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