#512C3F

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

Shades of Barossa #512C3F

Tints of Barossa #512C3F

Color information

#512C3F (or 0x512C3F) is unknown color: approx Barossa. HEX triplet: 51, 2C and 3F. RGB value is (81,44,63). Sum of RGB (Red+Green+Blue) = 81+44+63=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #512C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C3F is #AED3C0. Grayscale: #393939. Windows color (decimal): -11457473 or 4140113. OLE color: 4140113.

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

Color convert

RGB814463-
CMYK00.460.220.68
HSL329.19º29.6%24.51%-
HSV(B)329.19º45.68%31.76%-
XYZ5.193.915.18-
YUV57.23131.26144.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 63 (25% from 255) = 33.51%
R=43.09%
G=23.40%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81446300.460.220.68329.1929.624.51
Hex512C3F02E16441491e19
Octal1215477056261045113631
Binary101000110110011111101011101011010001001010010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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