#47252A

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

Shades of Bulgarian Rose #47252A

Tints of Bulgarian Rose #47252A

Color information

#47252A (or 0x47252A) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 25 and 2A. RGB value is (71,37,42). Sum of RGB (Red+Green+Blue) = 71+37+42=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47252A is #B8DAD5. Grayscale: #2F2F2F. Windows color (decimal): -12114646 or 2762055. OLE color: 2762055.

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

Color convert

RGB713742-
CMYK00.480.410.72
HSL351.18º31.48%21.18%-
HSV(B)351.18º47.89%27.84%-
XYZ3.682.832.54-
YUV47.74124.76144.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 42 (16.80% from 255) = 28%
R=47.33%
G=24.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71374200.480.410.72351.1831.4821.18
Hex47252A030294815f1f15
Octal1074552060511105373725
Binary1000111100101101010011000010100110010001010111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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