#512A3B

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

Shades of Barossa #512A3B

Tints of Barossa #512A3B

Color information

#512A3B (or 0x512A3B) is unknown color: approx Barossa. HEX triplet: 51, 2A and 3B. RGB value is (81,42,59). Sum of RGB (Red+Green+Blue) = 81+42+59=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #512A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512A3B is #AED5C4. Grayscale: #373737. Windows color (decimal): -11457989 or 3877457. OLE color: 3877457.

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

Color convert

RGB814259-
CMYK00.480.270.68
HSL333.85º31.71%24.12%-
HSV(B)333.85º48.15%31.76%-
XYZ5.013.724.59-
YUV55.6129.92146.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 59 (23.44% from 255) = 32.42%
R=44.51%
G=23.08%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81425900.480.270.68333.8531.7124.12
Hex512A3B0301B4414e2018
Octal1215273060331045164030
Binary1010001101010111011011000011011100010010100111010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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