#47272B

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

Shades of Bulgarian Rose #47272B

Tints of Bulgarian Rose #47272B

Color information

#47272B (or 0x47272B) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 27 and 2B. RGB value is (71,39,43). Sum of RGB (Red+Green+Blue) = 71+39+43=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47272B is #B8D8D4. Grayscale: #313131. Windows color (decimal): -12114133 or 2828103. OLE color: 2828103.

HSL color Cylindrical-coordinate representation of color #47272B: hue angle of 352.5º 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 #47272B is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB713943-
CMYK00.450.390.72
HSL352.5º29.09%21.57%-
HSV(B)352.5º45.07%27.84%-
XYZ3.762.972.66-
YUV49.02124.6143.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 43 (17.19% from 255) = 28.10%
R=46.41%
G=25.49%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71394300.450.390.72352.529.0921.57
Hex47272B02D27481601d16
Octal1074753055471105403526
Binary1000111100111101011010110110011110010001011000001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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