#472529

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

Shades of Bulgarian Rose #472529

Tints of Bulgarian Rose #472529

Color information

#472529 (or 0x472529) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 25 and 29. RGB value is (71,37,41). Sum of RGB (Red+Green+Blue) = 71+37+41=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #472529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472529 is #B8DAD6. Grayscale: #2F2F2F. Windows color (decimal): -12114647 or 2696519. OLE color: 2696519.

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

Color convert

RGB713741-
CMYK00.480.420.72
HSL352.94º31.48%21.18%-
HSV(B)352.94º47.89%27.84%-
XYZ3.662.822.45-
YUV47.62124.26144.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=47.65%
G=24.83%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71374100.480.420.72352.9431.4821.18
Hex4725290302A481611f15
Octal1074551060521105413725
Binary1000111100101101001011000010101010010001011000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472529; }

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

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

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

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

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

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

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

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