#513142

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

Shades of Barossa #513142

Tints of Barossa #513142

Color information

#513142 (or 0x513142) is unknown color: approx Barossa. HEX triplet: 51, 31 and 42. RGB value is (81,49,66). Sum of RGB (Red+Green+Blue) = 81+49+66=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #513142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513142 is #AECEBD. Grayscale: #3C3C3C. Windows color (decimal): -11456190 or 4338001. OLE color: 4338001.

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

Color convert

RGB814966-
CMYK00.400.190.68
HSL328.12º24.62%25.49%-
HSV(B)328.12º39.51%31.76%-
XYZ5.484.345.7-
YUV60.51131.1142.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 66 (26.17% from 255) = 33.67%
R=41.33%
G=25%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81496600.400.190.68328.1224.6225.49
Hex51314202813441481919
Octal12161102050231045103131
Binary1010001110001100001001010001001110001001010010001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513142; }

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

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

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

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

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

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

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

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