#512A3C

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

Shades of Barossa #512A3C

Tints of Barossa #512A3C

Color information

#512A3C (or 0x512A3C) is unknown color: approx Barossa. HEX triplet: 51, 2A and 3C. RGB value is (81,42,60). Sum of RGB (Red+Green+Blue) = 81+42+60=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #512A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512A3C is #AED5C3. Grayscale: #373737. Windows color (decimal): -11457988 or 3942993. OLE color: 3942993.

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

Color convert

RGB814260-
CMYK00.480.260.68
HSL332.31º31.71%24.12%-
HSV(B)332.31º48.15%31.76%-
XYZ5.043.734.73-
YUV55.71130.42146.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=44.26%
G=22.95%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81426000.480.260.68332.3131.7124.12
Hex512A3C0301A4414c2018
Octal1215274060321045144030
Binary1010001101010111100011000011010100010010100110010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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