#472528

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

Shades of Bulgarian Rose #472528

Tints of Bulgarian Rose #472528

Color information

#472528 (or 0x472528) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 25 and 28. RGB value is (71,37,40). Sum of RGB (Red+Green+Blue) = 71+37+40=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #472528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472528 is #B8DAD7. Grayscale: #2F2F2F. Windows color (decimal): -12114648 or 2630983. OLE color: 2630983.

HSL color Cylindrical-coordinate representation of color #472528: hue angle of 354.71º 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 #472528 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB713740-
CMYK00.480.440.72
HSL354.71º31.48%21.18%-
HSV(B)354.71º47.89%27.84%-
XYZ3.642.822.36-
YUV47.51123.76144.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 40 (16.02% from 255) = 27.03%
R=47.97%
G=25%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71374000.480.440.72354.7131.4821.18
Hex4725280302C481631f15
Octal1074550060541105433725
Binary1000111100101101000011000010110010010001011000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472528; }

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

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

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

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

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

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

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

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