#b34529

Color #B34529 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B34529

Tints of Rose Of Sharon #B34529

Color information

#B34529 (or 0xB34529) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 45 and 29. RGB value is (179,69,41). Sum of RGB (Red+Green+Blue) = 179+69+41=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B34529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34529 is #4CBAD6. Grayscale: #626262. Windows color (decimal): -5028567 or 2704819. OLE color: 2704819.

HSL color Cylindrical-coordinate representation of color #B34529: hue angle of 12.17º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B34529 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB1796941-
CMYK00.610.770.30
HSL12.17º62.73%43.14%-
HSV(B)12.17º77.09%70.2%-
XYZ21.12143.69-
YUV98.795.44185.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.94%
GREEN value IS 69 (27.34% from 255) = 23.88%
BLUE value IS 41 (16.41% from 255) = 14.19%
R=61.94%
G=23.88%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179694100.610.770.3012.1762.7343.14
HexB3452903D4D1Ec3f2b
Octal2631055107511536147753
Binary10110011100010110100101111011001101111101100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b34529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b34529; }

 p { color: rgb(179,69,41); }

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

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

 a { background-color: rgb(179,69,41); }

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

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

 span { border-color: rgb(179,69,41); }

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