#B74243

Color #B74243 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #B74243

Tints of Mahogany #B74243

Color information

#B74243 (or 0xB74243) is unknown color: approx Mahogany. HEX triplet: B7, 42 and 43. RGB value is (183,66,67). Sum of RGB (Red+Green+Blue) = 183+66+67=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B74243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74243 is #48BDBC. Grayscale: #656565. Windows color (decimal): -4767165 or 4407991. OLE color: 4407991.

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

Color convert

RGB1836667-
CMYK00.640.630.28
HSL359.49º46.99%48.82%-
HSV(B)359.49º63.93%71.76%-
XYZ22.4914.376.9-
YUV101.1108.76186.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.91%
GREEN value IS 66 (26.17% from 255) = 20.89%
BLUE value IS 67 (26.56% from 255) = 21.20%
R=57.91%
G=20.89%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183666700.640.630.28359.4946.9948.82
HexB742430403F1C1672f31
Octal267102103010077345475761
Binary10110111100001010000110100000011111111100101100111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74243; }

 p { color: rgb(183,66,67); }

 H1.HeaderClassName
 {
   color: #B74243;
 }
 .AnyTagClassName
 {
   color: #B74243;
 }
</style>
background-color css

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

 a { background-color: rgb(183,66,67); }

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

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

 span { border-color: rgb(183,66,67); }

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