Html Css Color HEX #B83338 Mahogany

📋 copy color: '#B83338'

red 184 ◦ green 51 ◦ blue 56

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

Shades of Mahogany #B83338

Tints of Mahogany #B83338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.24%

R = 63.23%
G = 17.53%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B83338 (or 0xB83338) is known color: Mahogany. HEX triplet: B8, 33 and 38. RGB value is (184,51,56). Sum of RGB (Red+Green+Blue) = 184+51+56=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B83338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83338 is #47CCC7. Grayscale: #5B5B5B. Windows color (decimal): -4705480 or 3683256. OLE color: 3683256.

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

Color convert

RGB 184 51 56 -
CMYK 0 0.72 0.70 0.28
HSL 357.74º 0.57% 0.46% -
HSV(B) 357.74º 0.72% 0.72% -
XYZ 21.66 12.84 5.08 -
YUV 91.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 184 51 56 0 0.72 0.70 0.28 357.74 0.57 0.46
Hex B8 33 38 0 48 46 1C 166 39 2E
Octal 270 63 70 0 110 106 34 546 71 56
Binary 10111000 110011 111000 0 1001000 1000110 11100 101100110 111001 101110

Color Harmonies of #B83338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83338

Black with #B83338

Text Example


Text Example

White with #B83338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83338; }

 p { color: rgb(184,51,56); }

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

background-color css

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

 a { background-color: rgb(184,51,56); }

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

border-color css

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

 span { border-color: rgb(184,51,56); }

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