#47282B

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

Shades of Bulgarian Rose #47282B

Tints of Bulgarian Rose #47282B

Color information

#47282B (or 0x47282B) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 28 and 2B. RGB value is (71,40,43). Sum of RGB (Red+Green+Blue) = 71+40+43=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47282B is #B8D7D4. Grayscale: #313131. Windows color (decimal): -12113877 or 2828359. OLE color: 2828359.

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

Color convert

RGB714043-
CMYK00.440.390.72
HSL354.19º27.93%21.76%-
HSV(B)354.19º43.66%27.84%-
XYZ3.793.032.67-
YUV49.61124.27143.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 43 (17.19% from 255) = 27.92%
R=46.10%
G=25.97%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71404300.440.390.72354.1927.9321.76
Hex47282B02C27481621c16
Octal1075053054471105423426
Binary1000111101000101011010110010011110010001011000101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47282B; }

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

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

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

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

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

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

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

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