#47243A

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

Shades of Barossa #47243A

Tints of Barossa #47243A

Color information

#47243A (or 0x47243A) is unknown color: approx Barossa. HEX triplet: 47, 24 and 3A. RGB value is (71,36,58). Sum of RGB (Red+Green+Blue) = 71+36+58=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #47243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47243A is #B8DBC5. Grayscale: #303030. Windows color (decimal): -12114886 or 3810375. OLE color: 3810375.

HSL color Cylindrical-coordinate representation of color #47243A: hue angle of 322.29º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47243A is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB713658-
CMYK00.490.180.72
HSL322.29º32.71%20.98%-
HSV(B)322.29º49.3%27.84%-
XYZ3.992.914.35-
YUV48.97133.1143.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=43.03%
G=21.82%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71365800.490.180.72322.2932.7120.98
Hex47243A03112481422115
Octal1074472061221105024125
Binary1000111100100111010011000110010100100010100001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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