#512A3F

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

Shades of Barossa #512A3F

Tints of Barossa #512A3F

Color information

#512A3F (or 0x512A3F) is unknown color: approx Barossa. HEX triplet: 51, 2A and 3F. RGB value is (81,42,63). Sum of RGB (Red+Green+Blue) = 81+42+63=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #512A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512A3F is #AED5C0. Grayscale: #383838. Windows color (decimal): -11457985 or 4139601. OLE color: 4139601.

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

Color convert

RGB814263-
CMYK00.480.220.68
HSL327.69º31.71%24.12%-
HSV(B)327.69º48.15%31.76%-
XYZ5.123.765.16-
YUV56.06131.92145.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 42 (16.80% from 255) = 22.58%
BLUE value IS 63 (25% from 255) = 33.87%
R=43.55%
G=22.58%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81426300.480.220.68327.6931.7124.12
Hex512A3F03016441482018
Octal1215277060261045104030
Binary1010001101010111111011000010110100010010100100010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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