Html Css Color HEX #B53536 Mahogany

📋 copy color: '#B53536'

red 181 ◦ green 53 ◦ blue 54

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

Shades of Mahogany #B53536

Tints of Mahogany #B53536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.4%

 BLUE value IS 54 (21.48% from 255) = 18.75%

R = 62.85%
G = 18.4%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B53536 (or 0xB53536) is known color: Mahogany. HEX triplet: B5, 35 and 36. RGB value is (181,53,54). Sum of RGB (Red+Green+Blue) = 181+53+54=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B53536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53536 is #4ACAC9. Grayscale: #5B5B5B. Windows color (decimal): -4901578 or 3552693. OLE color: 3552693.

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

Color convert

RGB 181 53 54 -
CMYK 0 0.71 0.70 0.29
HSL 359.53º 0.55% 0.46% -
HSV(B) 359.53º 0.71% 0.71% -
XYZ 21 12.64 4.82 -
YUV 91.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 181 53 54 0 0.71 0.70 0.29 359.53 0.55 0.46
Hex B5 35 36 0 47 46 1D 168 37 2E
Octal 265 65 66 0 107 106 35 550 67 56
Binary 10110101 110101 110110 0 1000111 1000110 11101 101101000 110111 101110

Color Harmonies of #B53536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53536

Black with #B53536

Text Example


Text Example

White with #B53536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53536; }

 p { color: rgb(181,53,54); }

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

background-color css

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

 a { background-color: rgb(181,53,54); }

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

border-color css

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

 span { border-color: rgb(181,53,54); }

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