#472728

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

Shades of Bulgarian Rose #472728

Tints of Bulgarian Rose #472728

Color information

#472728 (or 0x472728) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 27 and 28. RGB value is (71,39,40). Sum of RGB (Red+Green+Blue) = 71+39+40=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #472728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472728 is #B8D8D7. Grayscale: #303030. Windows color (decimal): -12114136 or 2631495. OLE color: 2631495.

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

Color convert

RGB713940-
CMYK00.450.440.72
HSL358.12º29.09%21.57%-
HSV(B)358.12º45.07%27.84%-
XYZ3.712.942.38-
YUV48.68123.1143.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 39 (15.62% from 255) = 26%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=47.33%
G=26%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71394000.450.440.72358.1229.0921.57
Hex47272802D2C481661d16
Octal1074750055541105463526
Binary1000111100111101000010110110110010010001011001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472728; }

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

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

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

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

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

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

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

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