Html Css Color HEX #B33337 Mahogany

📋 copy color: '#B33337'

red 179 ◦ green 51 ◦ blue 55

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

Shades of Mahogany #B33337

Tints of Mahogany #B33337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

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

R = 62.81%
G = 17.89%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B33337 (or 0xB33337) is known color: Mahogany. HEX triplet: B3, 33 and 37. RGB value is (179,51,55). Sum of RGB (Red+Green+Blue) = 179+51+55=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B33337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33337 is #4CCCC8. Grayscale: #595959. Windows color (decimal): -5033161 or 3617715. OLE color: 3617715.

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

Color convert

RGB 179 51 55 -
CMYK 0 0.72 0.69 0.30
HSL 358.13º 0.56% 0.45% -
HSV(B) 358.13º 0.72% 0.7% -
XYZ 20.46 12.23 4.9 -
YUV 89.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 179 51 55 0 0.72 0.69 0.30 358.13 0.56 0.45
Hex B3 33 37 0 48 45 1E 166 38 2D
Octal 263 63 67 0 110 105 36 546 70 55
Binary 10110011 110011 110111 0 1001000 1000101 11110 101100110 111000 101101

Color Harmonies of #B33337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33337

Black with #B33337

Text Example


Text Example

White with #B33337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33337; }

 p { color: rgb(179,51,55); }

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

background-color css

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

 a { background-color: rgb(179,51,55); }

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

border-color css

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

 span { border-color: rgb(179,51,55); }

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