#47233A

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

Shades of Barossa #47233A

Tints of Barossa #47233A

Color information

#47233A (or 0x47233A) is unknown color: approx Barossa. HEX triplet: 47, 23 and 3A. RGB value is (71,35,58). Sum of RGB (Red+Green+Blue) = 71+35+58=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #47233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47233A is #B8DCC5. Grayscale: #303030. Windows color (decimal): -12115142 or 3810119. OLE color: 3810119.

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

Color convert

RGB713558-
CMYK00.510.180.72
HSL321.67º33.96%20.78%-
HSV(B)321.67º50.7%27.84%-
XYZ3.962.854.34-
YUV48.39133.43144.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=43.29%
G=21.34%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71355800.510.180.72321.6733.9620.78
Hex47233A03312481422215
Octal1074372063221105024225
Binary1000111100011111010011001110010100100010100001010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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