Html Css Color HEX #B72627 Mahogany

📋 copy color: '#B72627'

red 183 ◦ green 38 ◦ blue 39

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

Shades of Mahogany #B72627

Tints of Mahogany #B72627

RGB

 RED value IS 183 (71.88% from 255) = 70.38%

 GREEN value IS 38 (15.23% from 255) = 14.62%

 BLUE value IS 39 (15.63% from 255) = 15%

R = 70.38%
G = 14.62%
B = 15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B72627 (or 0xB72627) is known color: Mahogany. HEX triplet: B7, 26 and 27. RGB value is (183,38,39). Sum of RGB (Red+Green+Blue) = 183+38+39=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B72627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72627 is #48D9D8. Grayscale: #515151. Windows color (decimal): -4774361 or 2565815. OLE color: 2565815.

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

Color convert

RGB 183 38 39 -
CMYK 0 0.79 0.79 0.28
HSL 359.59º 0.66% 0.43% -
HSV(B) 359.59º 0.79% 0.72% -
XYZ 20.59 11.6 3.07 -
YUV 81.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 183 38 39 0 0.79 0.79 0.28 359.59 0.66 0.43
Hex B7 26 27 0 4F 4F 1C 168 42 2B
Octal 267 46 47 0 117 117 34 550 102 53
Binary 10110111 100110 100111 0 1001111 1001111 11100 101101000 1000010 101011

Color Harmonies of #B72627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72627

Black with #B72627

Text Example


Text Example

White with #B72627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72627; }

 p { color: rgb(183,38,39); }

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

background-color css

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

 a { background-color: rgb(183,38,39); }

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

border-color css

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

 span { border-color: rgb(183,38,39); }

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