Html Css Color HEX #B73B3D Mahogany

📋 copy color: '#B73B3D'

red 183 ◦ green 59 ◦ blue 61

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

Shades of Mahogany #B73B3D

Tints of Mahogany #B73B3D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.47%

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 60.4%
G = 19.47%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B73B3D (or 0xB73B3D) is known color: Mahogany. HEX triplet: B7, 3B and 3D. RGB value is (183,59,61). Sum of RGB (Red+Green+Blue) = 183+59+61=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B3D is #48C4C2. Grayscale: #606060. Windows color (decimal): -4768963 or 4012983. OLE color: 4012983.

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

Color convert

RGB 183 59 61 -
CMYK 0 0.68 0.67 0.28
HSL 359.03º 0.51% 0.47% -
HSV(B) 359.03º 0.68% 0.72% -
XYZ 21.93 13.53 5.87 -
YUV 96.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 183 59 61 0 0.68 0.67 0.28 359.03 0.51 0.47
Hex B7 3B 3D 0 44 43 1C 167 33 2F
Octal 267 73 75 0 104 103 34 547 63 57
Binary 10110111 111011 111101 0 1000100 1000011 11100 101100111 110011 101111

Color Harmonies of #B73B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B3D

Black with #B73B3D

Text Example


Text Example

White with #B73B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B3D; }

 p { color: rgb(183,59,61); }

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

background-color css

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

 a { background-color: rgb(183,59,61); }

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

border-color css

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

 span { border-color: rgb(183,59,61); }

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