#47292C

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

Shades of Bulgarian Rose #47292C

Tints of Bulgarian Rose #47292C

Color information

#47292C (or 0x47292C) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 29 and 2C. RGB value is (71,41,44). Sum of RGB (Red+Green+Blue) = 71+41+44=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47292C is #B8D6D3. Grayscale: #323232. Windows color (decimal): -12113620 or 2894151. OLE color: 2894151.

HSL color Cylindrical-coordinate representation of color #47292C: hue angle of 354º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47292C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB714144-
CMYK00.420.380.72
HSL354º26.79%21.96%-
HSV(B)354º42.25%27.84%-
XYZ3.853.112.78-
YUV50.31124.44142.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=45.51%
G=26.28%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71414400.420.380.7235426.7921.96
Hex47292C02A26481621b16
Octal1075154052461105423326
Binary1000111101001101100010101010011010010001011000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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