#513443

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

Shades of Barossa #513443

Tints of Barossa #513443

Color information

#513443 (or 0x513443) is unknown color: approx Barossa. HEX triplet: 51, 34 and 43. RGB value is (81,52,67). Sum of RGB (Red+Green+Blue) = 81+52+67=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #513443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513443 is #AECBBC. Grayscale: #3E3E3E. Windows color (decimal): -11455421 or 4404305. OLE color: 4404305.

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

Color convert

RGB815267-
CMYK00.360.170.68
HSL328.97º21.8%26.08%-
HSV(B)328.97º35.8%31.76%-
XYZ5.634.615.9-
YUV62.38130.61141.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.5%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 67 (26.56% from 255) = 33.5%
R=40.5%
G=26%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81526700.360.170.68328.9721.826.08
Hex5134430241144149161a
Octal12164103044211045112632
Binary1010001110100100001101001001000110001001010010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513443; }

 p { color: rgb(81,52,67); }

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

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

 a { background-color: rgb(81,52,67); }

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

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

 span { border-color: rgb(81,52,67); }

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