#47252B

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

Shades of Bulgarian Rose #47252B

Tints of Bulgarian Rose #47252B

Color information

#47252B (or 0x47252B) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 25 and 2B. RGB value is (71,37,43). Sum of RGB (Red+Green+Blue) = 71+37+43=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47252B is #B8DAD4. Grayscale: #2F2F2F. Windows color (decimal): -12114645 or 2827591. OLE color: 2827591.

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

Color convert

RGB713743-
CMYK00.480.390.72
HSL349.41º31.48%21.18%-
HSV(B)349.41º47.89%27.84%-
XYZ3.72.842.64-
YUV47.85125.26144.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=47.02%
G=24.50%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71374300.480.390.72349.4131.4821.18
Hex47252B030274815d1f15
Octal1074553060471105353725
Binary1000111100101101011011000010011110010001010111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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