#47252C

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

Shades of Bulgarian Rose #47252C

Tints of Bulgarian Rose #47252C

Color information

#47252C (or 0x47252C) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 25 and 2C. RGB value is (71,37,44). Sum of RGB (Red+Green+Blue) = 71+37+44=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47252C is #B8DAD3. Grayscale: #2F2F2F. Windows color (decimal): -12114644 or 2893127. OLE color: 2893127.

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

Color convert

RGB713744-
CMYK00.480.380.72
HSL347.65º31.48%21.18%-
HSV(B)347.65º47.89%27.84%-
XYZ3.712.842.74-
YUV47.96125.76144.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=46.71%
G=24.34%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71374400.480.380.72347.6531.4821.18
Hex47252C030264815c1f15
Octal1074554060461105343725
Binary1000111100101101100011000010011010010001010111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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