#512B3F

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

Shades of Barossa #512B3F

Tints of Barossa #512B3F

Color information

#512B3F (or 0x512B3F) is unknown color: approx Barossa. HEX triplet: 51, 2B and 3F. RGB value is (81,43,63). Sum of RGB (Red+Green+Blue) = 81+43+63=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #512B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B3F is #AED4C0. Grayscale: #383838. Windows color (decimal): -11457729 or 4139857. OLE color: 4139857.

HSL color Cylindrical-coordinate representation of color #512B3F: hue angle of 328.42º 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 #512B3F is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB814363-
CMYK00.470.220.68
HSL328.42º30.65%24.31%-
HSV(B)328.42º46.91%31.76%-
XYZ5.153.845.17-
YUV56.64131.59145.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 43 (17.19% from 255) = 22.99%
BLUE value IS 63 (25% from 255) = 33.69%
R=43.32%
G=22.99%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81436300.470.220.68328.4230.6524.31
Hex512B3F02F16441481f18
Octal1215377057261045103730
Binary101000110101111111101011111011010001001010010001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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