Html Css Color HEX #B63237 Mahogany

📋 copy color: '#B63237'

red 182 ◦ green 50 ◦ blue 55

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

Shades of Mahogany #B63237

Tints of Mahogany #B63237

RGB

 RED value IS 182 (71.48% from 255) = 63.41%

 GREEN value IS 50 (19.92% from 255) = 17.42%

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

R = 63.41%
G = 17.42%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B63237 (or 0xB63237) is known color: Mahogany. HEX triplet: B6, 32 and 37. RGB value is (182,50,55). Sum of RGB (Red+Green+Blue) = 182+50+55=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B63237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63237 is #49CDC8. Grayscale: #5A5A5A. Windows color (decimal): -4836809 or 3617462. OLE color: 3617462.

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

Color convert

RGB 182 50 55 -
CMYK 0 0.73 0.70 0.29
HSL 357.73º 0.57% 0.45% -
HSV(B) 357.73º 0.73% 0.71% -
XYZ 21.12 12.5 4.91 -
YUV 90.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 182 50 55 0 0.73 0.70 0.29 357.73 0.57 0.45
Hex B6 32 37 0 49 46 1D 166 39 2D
Octal 266 62 67 0 111 106 35 546 71 55
Binary 10110110 110010 110111 0 1001001 1000110 11101 101100110 111001 101101

Color Harmonies of #B63237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63237

Black with #B63237

Text Example


Text Example

White with #B63237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63237; }

 p { color: rgb(182,50,55); }

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

background-color css

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

 a { background-color: rgb(182,50,55); }

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

border-color css

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

 span { border-color: rgb(182,50,55); }

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