Html Css Color HEX #B53337 Mahogany

📋 copy color: '#B53337'

red 181 ◦ green 51 ◦ blue 55

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

Shades of Mahogany #B53337

Tints of Mahogany #B53337

RGB

 RED value IS 181 (71.09% from 255) = 63.07%

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

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

R = 63.07%
G = 17.77%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B53337 (or 0xB53337) is known color: Mahogany. HEX triplet: B5, 33 and 37. RGB value is (181,51,55). Sum of RGB (Red+Green+Blue) = 181+51+55=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B53337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53337 is #4ACCC8. Grayscale: #5A5A5A. Windows color (decimal): -4902089 or 3617717. OLE color: 3617717.

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

Color convert

RGB 181 51 55 -
CMYK 0 0.72 0.70 0.29
HSL 358.15º 0.56% 0.45% -
HSV(B) 358.15º 0.72% 0.71% -
XYZ 20.93 12.47 4.92 -
YUV 90.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 181 51 55 0 0.72 0.70 0.29 358.15 0.56 0.45
Hex B5 33 37 0 48 46 1D 166 38 2D
Octal 265 63 67 0 110 106 35 546 70 55
Binary 10110101 110011 110111 0 1001000 1000110 11101 101100110 111000 101101

Color Harmonies of #B53337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53337

Black with #B53337

Text Example


Text Example

White with #B53337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53337; }

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

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

background-color css

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

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

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

border-color css

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

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

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