#512D3F

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

Shades of Barossa #512D3F

Tints of Barossa #512D3F

Color information

#512D3F (or 0x512D3F) is unknown color: approx Barossa. HEX triplet: 51, 2D and 3F. RGB value is (81,45,63). Sum of RGB (Red+Green+Blue) = 81+45+63=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #512D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D3F is #AED2C0. Grayscale: #393939. Windows color (decimal): -11457217 or 4140369. OLE color: 4140369.

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

Color convert

RGB814563-
CMYK00.440.220.68
HSL330º28.57%24.71%-
HSV(B)330º44.44%31.76%-
XYZ5.233.985.2-
YUV57.82130.93144.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.86%
GREEN value IS 45 (17.97% from 255) = 23.81%
BLUE value IS 63 (25% from 255) = 33.33%
R=42.86%
G=23.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81456300.440.220.6833028.5724.71
Hex512D3F02C164414a1d19
Octal1215577054261045123531
Binary101000110110111111101011001011010001001010010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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