#513342

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

Shades of Barossa #513342

Tints of Barossa #513342

Color information

#513342 (or 0x513342) is unknown color: approx Barossa. HEX triplet: 51, 33 and 42. RGB value is (81,51,66). Sum of RGB (Red+Green+Blue) = 81+51+66=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #513342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513342 is #AECCBD. Grayscale: #3D3D3D. Windows color (decimal): -11455678 or 4338513. OLE color: 4338513.

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

Color convert

RGB815166-
CMYK00.370.190.68
HSL330º22.73%25.88%-
HSV(B)330º37.04%31.76%-
XYZ5.564.515.73-
YUV61.68130.44141.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 66 (26.17% from 255) = 33.33%
R=40.91%
G=25.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81516600.370.190.6833022.7325.88
Hex513342025134414a171a
Octal12163102045231045122732
Binary1010001110011100001001001011001110001001010010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513342; }

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

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

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

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

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

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

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

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