#B44724

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

Shades of Rose Of Sharon #B44724

Tints of Rose Of Sharon #B44724

Color information

#B44724 (or 0xB44724) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 47 and 24. RGB value is (180,71,36). Sum of RGB (Red+Green+Blue) = 180+71+36=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B44724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44724 is #4BB8DB. Grayscale: #636363. Windows color (decimal): -4962524 or 2377652. OLE color: 2377652.

HSL color Cylindrical-coordinate representation of color #B44724: hue angle of 14.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B44724 is Cyan = 0, Magento = 0.61, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB1807136-
CMYK00.610.80.29
HSL14.58º66.67%42.35%-
HSV(B)14.58º80%70.59%-
XYZ21.3914.343.31-
YUV99.692.11185.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 36 (14.45% from 255) = 12.54%
R=62.72%
G=24.74%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180713600.610.80.2914.5866.6742.35
HexB4472403D501Df432a
Octal26410744075120351710352
Binary101101001000111100100011110110100001110111111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44724; }

 p { color: rgb(180,71,36); }

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

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

 a { background-color: rgb(180,71,36); }

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

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

 span { border-color: rgb(180,71,36); }

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