#47253A

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

Shades of Barossa #47253A

Tints of Barossa #47253A

Color information

#47253A (or 0x47253A) is unknown color: approx Barossa. HEX triplet: 47, 25 and 3A. RGB value is (71,37,58). Sum of RGB (Red+Green+Blue) = 71+37+58=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47253A is #B8DAC5. Grayscale: #313131. Windows color (decimal): -12114630 or 3810631. OLE color: 3810631.

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

Color convert

RGB713758-
CMYK00.480.180.72
HSL322.94º31.48%21.18%-
HSV(B)322.94º47.89%27.84%-
XYZ4.022.974.36-
YUV49.56132.76143.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=42.77%
G=22.29%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71375800.480.180.72322.9431.4821.18
Hex47253A03012481431f15
Octal1074572060221105033725
Binary100011110010111101001100001001010010001010000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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