Html Css Color HEX #B82728 Mahogany

📋 copy color: '#B82728'

red 184 ◦ green 39 ◦ blue 40

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

Shades of Mahogany #B82728

Tints of Mahogany #B82728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

 BLUE value IS 40 (16.02% from 255) = 15.21%

R = 69.96%
G = 14.83%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B82728 (or 0xB82728) is known color: Mahogany. HEX triplet: B8, 27 and 28. RGB value is (184,39,40). Sum of RGB (Red+Green+Blue) = 184+39+40=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B82728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82728 is #47D8D7. Grayscale: #525252. Windows color (decimal): -4708568 or 2631608. OLE color: 2631608.

HSL color Cylindrical-coordinate representation of color #B82728: hue angle of 359.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82728 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 39 40 -
CMYK 0 0.79 0.78 0.28
HSL 359.59º 0.65% 0.44% -
HSV(B) 359.59º 0.79% 0.72% -
XYZ 20.88 11.79 3.18 -
YUV 82.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 184 39 40 0 0.79 0.78 0.28 359.59 0.65 0.44
Hex B8 27 28 0 4F 4E 1C 168 41 2C
Octal 270 47 50 0 117 116 34 550 101 54
Binary 10111000 100111 101000 0 1001111 1001110 11100 101101000 1000001 101100

Color Harmonies of #B82728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82728

Black with #B82728

Text Example


Text Example

White with #B82728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82728; }

 p { color: rgb(184,39,40); }

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

background-color css

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

 a { background-color: rgb(184,39,40); }

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

border-color css

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

 span { border-color: rgb(184,39,40); }

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