#531F3D

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

Shades of Barossa #531F3D

Tints of Barossa #531F3D

Color information

#531F3D (or 0x531F3D) is unknown color: approx Barossa. HEX triplet: 53, 1F and 3D. RGB value is (83,31,61). Sum of RGB (Red+Green+Blue) = 83+31+61=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #531F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F3D is #ACE0C2. Grayscale: #313131. Windows color (decimal): -11329731 or 4005715. OLE color: 4005715.

HSL color Cylindrical-coordinate representation of color #531F3D: hue angle of 325.38º 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 #531F3D is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB833161-
CMYK00.630.270.67
HSL325.38º45.61%22.35%-
HSV(B)325.38º62.65%32.55%-
XYZ4.93.164.77-
YUV49.97134.23151.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 31 (12.5% from 255) = 17.71%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=47.43%
G=17.71%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83316100.630.270.67325.3845.6122.35
Hex531F3D03F1B431452e16
Octal1233775077331035055626
Binary101001111111111101011111111011100001110100010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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