#513442

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

Shades of Barossa #513442

Tints of Barossa #513442

Color information

#513442 (or 0x513442) is unknown color: approx Barossa. HEX triplet: 51, 34 and 42. RGB value is (81,52,66). Sum of RGB (Red+Green+Blue) = 81+52+66=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #513442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513442 is #AECBBD. Grayscale: #3E3E3E. Windows color (decimal): -11455422 or 4338769. OLE color: 4338769.

HSL color Cylindrical-coordinate representation of color #513442: hue angle of 331.03º 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 #513442 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB815266-
CMYK00.360.190.68
HSL331.03º21.8%26.08%-
HSV(B)331.03º35.8%31.76%-
XYZ5.64.65.75-
YUV62.27130.11141.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=40.70%
G=26.13%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81526600.360.190.68331.0321.826.08
Hex513442024134414b161a
Octal12164102044231045132632
Binary1010001110100100001001001001001110001001010010111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513442; }

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

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

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

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

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

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

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

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