#47272A

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

Shades of Bulgarian Rose #47272A

Tints of Bulgarian Rose #47272A

Color information

#47272A (or 0x47272A) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 27 and 2A. RGB value is (71,39,42). Sum of RGB (Red+Green+Blue) = 71+39+42=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47272A is #B8D8D5. Grayscale: #303030. Windows color (decimal): -12114134 or 2762567. OLE color: 2762567.

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

Color convert

RGB713942-
CMYK00.450.410.72
HSL354.38º29.09%21.57%-
HSV(B)354.38º45.07%27.84%-
XYZ3.742.962.56-
YUV48.91124.1143.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=46.71%
G=25.66%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71394200.450.410.72354.3829.0921.57
Hex47272A02D29481621d16
Octal1074752055511105423526
Binary1000111100111101010010110110100110010001011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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