Html Css Color HEX #B83031 Mahogany

📋 copy color: '#B83031'

red 184 ◦ green 48 ◦ blue 49

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

Shades of Mahogany #B83031

Tints of Mahogany #B83031

RGB

 RED value IS 184 (72.27% from 255) = 65.48%

 GREEN value IS 48 (19.14% from 255) = 17.08%

 BLUE value IS 49 (19.53% from 255) = 17.44%

R = 65.48%
G = 17.08%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B83031 (or 0xB83031) is known color: Mahogany. HEX triplet: B8, 30 and 31. RGB value is (184,48,49). Sum of RGB (Red+Green+Blue) = 184+48+49=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B83031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83031 is #47CFCE. Grayscale: #585858. Windows color (decimal): -4706255 or 3223736. OLE color: 3223736.

HSL color Cylindrical-coordinate representation of color #B83031: hue angle of 359.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B83031 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 48 49 -
CMYK 0 0.74 0.73 0.28
HSL 359.56º 0.59% 0.45% -
HSV(B) 359.56º 0.74% 0.72% -
XYZ 21.38 12.53 4.2 -
YUV 88.78 105.56 195.92 -
System Red Green Blue C M Y K H S L
Decimal 184 48 49 0 0.74 0.73 0.28 359.56 0.59 0.45
Hex B8 30 31 0 4A 49 1C 168 3B 2D
Octal 270 60 61 0 112 111 34 550 73 55
Binary 10111000 110000 110001 0 1001010 1001001 11100 101101000 111011 101101

Color Harmonies of #B83031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83031

Black with #B83031

Text Example


Text Example

White with #B83031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83031; }

 p { color: rgb(184,48,49); }

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

background-color css

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

 a { background-color: rgb(184,48,49); }

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

border-color css

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

 span { border-color: rgb(184,48,49); }

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