Html Css Color HEX #B53E40 Mahogany

📋 copy color: '#B53E40'

red 181 ◦ green 62 ◦ blue 64

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

Shades of Mahogany #B53E40

Tints of Mahogany #B53E40

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.2%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 58.96%
G = 20.2%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B53E40 (or 0xB53E40) is known color: Mahogany. HEX triplet: B5, 3E and 40. RGB value is (181,62,64). Sum of RGB (Red+Green+Blue) = 181+62+64=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E40 is #4AC1BF. Grayscale: #616161. Windows color (decimal): -4899264 or 4210357. OLE color: 4210357.

HSL color Cylindrical-coordinate representation of color #B53E40: hue angle of 358.99º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53E40 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 62 64 -
CMYK 0 0.66 0.65 0.29
HSL 358.99º 0.49% 0.48% -
HSV(B) 358.99º 0.66% 0.71% -
XYZ 21.7 13.64 6.34 -
YUV 97.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 181 62 64 0 0.66 0.65 0.29 358.99 0.49 0.48
Hex B5 3E 40 0 42 41 1D 167 31 30
Octal 265 76 100 0 102 101 35 547 61 60
Binary 10110101 111110 1000000 0 1000010 1000001 11101 101100111 110001 110000

Color Harmonies of #B53E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E40

Black with #B53E40

Text Example


Text Example

White with #B53E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E40; }

 p { color: rgb(181,62,64); }

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

background-color css

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

 a { background-color: rgb(181,62,64); }

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

border-color css

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

 span { border-color: rgb(181,62,64); }

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