Html Css Color HEX #B73C3F Mahogany

📋 copy color: '#B73C3F'

red 183 ◦ green 60 ◦ blue 63

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

Shades of Mahogany #B73C3F

Tints of Mahogany #B73C3F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.61%

 BLUE value IS 63 (25% from 255) = 20.59%

R = 59.8%
G = 19.61%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B73C3F (or 0xB73C3F) is known color: Mahogany. HEX triplet: B7, 3C and 3F. RGB value is (183,60,63). Sum of RGB (Red+Green+Blue) = 183+60+63=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C3F is #48C3C0. Grayscale: #616161. Windows color (decimal): -4768705 or 4144311. OLE color: 4144311.

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

Color convert

RGB 183 60 63 -
CMYK 0 0.67 0.66 0.28
HSL 358.54º 0.51% 0.48% -
HSV(B) 358.54º 0.67% 0.72% -
XYZ 22.04 13.66 6.18 -
YUV 97.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 183 60 63 0 0.67 0.66 0.28 358.54 0.51 0.48
Hex B7 3C 3F 0 43 42 1C 167 33 30
Octal 267 74 77 0 103 102 34 547 63 60
Binary 10110111 111100 111111 0 1000011 1000010 11100 101100111 110011 110000

Color Harmonies of #B73C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C3F

Black with #B73C3F

Text Example


Text Example

White with #B73C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C3F; }

 p { color: rgb(183,60,63); }

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

background-color css

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

 a { background-color: rgb(183,60,63); }

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

border-color css

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

 span { border-color: rgb(183,60,63); }

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