#47253B

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

Shades of Barossa #47253B

Tints of Barossa #47253B

Color information

#47253B (or 0x47253B) is unknown color: approx Barossa. HEX triplet: 47, 25 and 3B. RGB value is (71,37,59). Sum of RGB (Red+Green+Blue) = 71+37+59=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #47253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47253B is #B8DAC4. Grayscale: #313131. Windows color (decimal): -12114629 or 3876167. OLE color: 3876167.

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

Color convert

RGB713759-
CMYK00.480.170.72
HSL321.18º31.48%21.18%-
HSV(B)321.18º47.89%27.84%-
XYZ4.052.984.5-
YUV49.67133.26143.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 59 (23.44% from 255) = 35.33%
R=42.51%
G=22.16%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71375900.480.170.72321.1831.4821.18
Hex47253B03011481411f15
Octal1074573060211105013725
Binary100011110010111101101100001000110010001010000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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