#47282C

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

Shades of Bulgarian Rose #47282C

Tints of Bulgarian Rose #47282C

Color information

#47282C (or 0x47282C) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 28 and 2C. RGB value is (71,40,44). Sum of RGB (Red+Green+Blue) = 71+40+44=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47282C is #B8D7D3. Grayscale: #313131. Windows color (decimal): -12113876 or 2893895. OLE color: 2893895.

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

Color convert

RGB714044-
CMYK00.440.380.72
HSL352.26º27.93%21.76%-
HSV(B)352.26º43.66%27.84%-
XYZ3.813.042.77-
YUV49.72124.77143.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=45.81%
G=25.81%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71404400.440.380.72352.2627.9321.76
Hex47282C02C26481601c16
Octal1075054054461105403426
Binary1000111101000101100010110010011010010001011000001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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