#512B3B

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

Shades of Barossa #512B3B

Tints of Barossa #512B3B

Color information

#512B3B (or 0x512B3B) is unknown color: approx Barossa. HEX triplet: 51, 2B and 3B. RGB value is (81,43,59). Sum of RGB (Red+Green+Blue) = 81+43+59=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #512B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B3B is #AED4C4. Grayscale: #383838. Windows color (decimal): -11457733 or 3877713. OLE color: 3877713.

HSL color Cylindrical-coordinate representation of color #512B3B: hue angle of 334.74º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #512B3B is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB814359-
CMYK00.470.270.68
HSL334.74º30.65%24.31%-
HSV(B)334.74º46.91%31.76%-
XYZ5.053.794.6-
YUV56.19129.59145.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=44.26%
G=23.50%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81435900.470.270.68334.7430.6524.31
Hex512B3B02F1B4414f1f18
Octal1215373057331045173730
Binary101000110101111101101011111101110001001010011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512B3B; }

 p { color: rgb(81,43,59); }

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

<style>
 a { background-color: #512B3B; }

 a { background-color: rgb(81,43,59); }

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

<style>
 span { border-color: #512B3B; }

 span { border-color: rgb(81,43,59); }

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