#513242

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

Shades of Barossa #513242

Tints of Barossa #513242

Color information

#513242 (or 0x513242) is unknown color: approx Barossa. HEX triplet: 51, 32 and 42. RGB value is (81,50,66). Sum of RGB (Red+Green+Blue) = 81+50+66=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #513242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513242 is #AECDBD. Grayscale: #3D3D3D. Windows color (decimal): -11455934 or 4338257. OLE color: 4338257.

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

Color convert

RGB815066-
CMYK00.380.190.68
HSL329.03º23.66%25.69%-
HSV(B)329.03º38.27%31.76%-
XYZ5.524.425.72-
YUV61.09130.77142.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=41.12%
G=25.38%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81506600.380.190.68329.0323.6625.69
Hex5132420261344149181a
Octal12162102046231045113032
Binary1010001110010100001001001101001110001001010010011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513242; }

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

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

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

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

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

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

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

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