#B34521

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

Shades of Rose Of Sharon #B34521

Tints of Rose Of Sharon #B34521

Color information

#B34521 (or 0xB34521) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 45 and 21. RGB value is (179,69,33). Sum of RGB (Red+Green+Blue) = 179+69+33=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B34521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34521 is #4CBADE. Grayscale: #626262. Windows color (decimal): -5028575 or 2180531. OLE color: 2180531.

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

Color convert

RGB1796933-
CMYK00.610.820.30
HSL14.79º68.87%41.57%-
HSV(B)14.79º81.56%70.2%-
XYZ20.9913.953.02-
YUV97.7991.44185.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.70%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 33 (13.28% from 255) = 11.74%
R=63.70%
G=24.56%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179693300.610.820.3014.7968.8741.57
HexB3452103D521Ef452a
Octal26310541075122361710552
Binary101100111000101100001011110110100101111011111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34521; }

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

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

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

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

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

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

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

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