Html Css Color HEX #B73D40 Mahogany

📋 copy color: '#B73D40'

red 183 ◦ green 61 ◦ blue 64

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

Shades of Mahogany #B73D40

Tints of Mahogany #B73D40

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.81%

 BLUE value IS 64 (25.39% from 255) = 20.78%

R = 59.42%
G = 19.81%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B73D40 (or 0xB73D40) is known color: Mahogany. HEX triplet: B7, 3D and 40. RGB value is (183,61,64). Sum of RGB (Red+Green+Blue) = 183+61+64=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73D40 is #48C2BF. Grayscale: #616161. Windows color (decimal): -4768448 or 4210103. OLE color: 4210103.

HSL color Cylindrical-coordinate representation of color #B73D40: hue angle of 358.52º degrees, saturation: 0.5, 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 #B73D40 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 61 64 -
CMYK 0 0.67 0.65 0.28
HSL 358.52º 0.5% 0.48% -
HSV(B) 358.52º 0.67% 0.72% -
XYZ 22.12 13.77 6.34 -
YUV 97.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 183 61 64 0 0.67 0.65 0.28 358.52 0.5 0.48
Hex B7 3D 40 0 43 41 1C 167 32 30
Octal 267 75 100 0 103 101 34 547 62 60
Binary 10110111 111101 1000000 0 1000011 1000001 11100 101100111 110010 110000

Color Harmonies of #B73D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73D40

Black with #B73D40

Text Example


Text Example

White with #B73D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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