#512A3A

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

Shades of Barossa #512A3A

Tints of Barossa #512A3A

Color information

#512A3A (or 0x512A3A) is unknown color: approx Barossa. HEX triplet: 51, 2A and 3A. RGB value is (81,42,58). Sum of RGB (Red+Green+Blue) = 81+42+58=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #512A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512A3A is #AED5C5. Grayscale: #373737. Windows color (decimal): -11457990 or 3811921. OLE color: 3811921.

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

Color convert

RGB814258-
CMYK00.480.280.68
HSL335.38º31.71%24.12%-
HSV(B)335.38º48.15%31.76%-
XYZ4.993.714.46-
YUV55.48129.42146.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 42 (16.80% from 255) = 23.20%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=44.75%
G=23.20%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81425800.480.280.68335.3831.7124.12
Hex512A3A0301C4414f2018
Octal1215272060341045174030
Binary1010001101010111010011000011100100010010100111110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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