#B34921

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

Shades of Rose Of Sharon #B34921

Tints of Rose Of Sharon #B34921

Color information

#B34921 (or 0xB34921) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 49 and 21. RGB value is (179,73,33). Sum of RGB (Red+Green+Blue) = 179+73+33=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B34921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34921 is #4CB6DE. Grayscale: #646464. Windows color (decimal): -5027551 or 2181555. OLE color: 2181555.

HSL color Cylindrical-coordinate representation of color #B34921: hue angle of 16.44º 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 #B34921 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB1797333-
CMYK00.590.820.30
HSL16.44º68.87%41.57%-
HSV(B)16.44º81.56%70.2%-
XYZ21.2514.463.11-
YUV100.1390.12184.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.81%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=62.81%
G=25.61%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179733300.590.820.3016.4468.8741.57
HexB3492103B521E10452a
Octal26311141073122362010552
Binary1011001110010011000010111011101001011110100001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34921; }

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

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

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

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

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

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

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

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