#512E3F

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

Shades of Barossa #512E3F

Tints of Barossa #512E3F

Color information

#512E3F (or 0x512E3F) is unknown color: approx Barossa. HEX triplet: 51, 2E and 3F. RGB value is (81,46,63). Sum of RGB (Red+Green+Blue) = 81+46+63=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #512E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E3F is #AED1C0. Grayscale: #3A3A3A. Windows color (decimal): -11456961 or 4140625. OLE color: 4140625.

HSL color Cylindrical-coordinate representation of color #512E3F: hue angle of 330.86º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #512E3F is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB814663-
CMYK00.430.220.68
HSL330.86º27.56%24.9%-
HSV(B)330.86º43.21%31.76%-
XYZ5.274.065.21-
YUV58.4130.6144.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 63 (25% from 255) = 33.16%
R=42.63%
G=24.21%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81466300.430.220.68330.8627.5624.9
Hex512E3F02B164414b1c19
Octal1215677053261045133431
Binary101000110111011111101010111011010001001010010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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