#472527

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

Shades of Bulgarian Rose #472527

Tints of Bulgarian Rose #472527

Color information

#472527 (or 0x472527) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 25 and 27. RGB value is (71,37,39). Sum of RGB (Red+Green+Blue) = 71+37+39=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #472527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472527 is #B8DAD8. Grayscale: #2F2F2F. Windows color (decimal): -12114649 or 2565447. OLE color: 2565447.

HSL color Cylindrical-coordinate representation of color #472527: hue angle of 356.47º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #472527 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB713739-
CMYK00.480.450.72
HSL356.47º31.48%21.18%-
HSV(B)356.47º47.89%27.84%-
XYZ3.632.812.27-
YUV47.39123.26144.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 39 (15.62% from 255) = 26.53%
R=48.30%
G=25.17%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71373900.480.450.72356.4731.4821.18
Hex4725270302D481641f15
Octal1074547060551105443725
Binary1000111100101100111011000010110110010001011001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472527; }

 p { color: rgb(71,37,39); }

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

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

 a { background-color: rgb(71,37,39); }

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

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

 span { border-color: rgb(71,37,39); }

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