Html Css Color HEX #B53334 Mahogany

📋 copy color: '#B53334'

red 181 ◦ green 51 ◦ blue 52

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

Shades of Mahogany #B53334

Tints of Mahogany #B53334

RGB

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

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

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

R = 63.73%
G = 17.96%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B53334 (or 0xB53334) is known color: Mahogany. HEX triplet: B5, 33 and 34. RGB value is (181,51,52). Sum of RGB (Red+Green+Blue) = 181+51+52=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B53334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53334 is #4ACCCB. Grayscale: #5A5A5A. Windows color (decimal): -4902092 or 3421109. OLE color: 3421109.

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

Color convert

RGB 181 51 52 -
CMYK 0 0.72 0.71 0.29
HSL 359.54º 0.56% 0.45% -
HSV(B) 359.54º 0.72% 0.71% -
XYZ 20.86 12.44 4.55 -
YUV 89.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 181 51 52 0 0.72 0.71 0.29 359.54 0.56 0.45
Hex B5 33 34 0 48 47 1D 168 38 2D
Octal 265 63 64 0 110 107 35 550 70 55
Binary 10110101 110011 110100 0 1001000 1000111 11101 101101000 111000 101101

Color Harmonies of #B53334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53334

Black with #B53334

Text Example


Text Example

White with #B53334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53334; }

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

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

background-color css

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

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

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

border-color css

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

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

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