#531F3E

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

Shades of Barossa #531F3E

Tints of Barossa #531F3E

Color information

#531F3E (or 0x531F3E) is unknown color: approx Barossa. HEX triplet: 53, 1F and 3E. RGB value is (83,31,62). Sum of RGB (Red+Green+Blue) = 83+31+62=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #531F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F3E is #ACE0C1. Grayscale: #323232. Windows color (decimal): -11329730 or 4071251. OLE color: 4071251.

HSL color Cylindrical-coordinate representation of color #531F3E: hue angle of 324.23º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F3E is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB833162-
CMYK00.630.250.67
HSL324.23º45.61%22.35%-
HSV(B)324.23º62.65%32.55%-
XYZ4.933.174.91-
YUV50.08134.73151.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 31 (12.5% from 255) = 17.61%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=47.16%
G=17.61%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83316200.630.250.67324.2345.6122.35
Hex531F3E03F19431442e16
Octal1233776077311035045626
Binary101001111111111110011111111001100001110100010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531F3E; }

 p { color: rgb(83,31,62); }

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

<style>
 a { background-color: #531F3E; }

 a { background-color: rgb(83,31,62); }

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

<style>
 span { border-color: #531F3E; }

 span { border-color: rgb(83,31,62); }

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