#513644

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

Shades of Barossa #513644

Tints of Barossa #513644

Color information

#513644 (or 0x513644) is unknown color: approx Barossa. HEX triplet: 51, 36 and 44. RGB value is (81,54,68). Sum of RGB (Red+Green+Blue) = 81+54+68=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #513644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513644 is #AEC9BB. Grayscale: #3F3F3F. Windows color (decimal): -11454908 or 4470353. OLE color: 4470353.

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

Color convert

RGB815468-
CMYK00.330.160.68
HSL328.89º20%26.47%-
HSV(B)328.89º33.33%31.76%-
XYZ5.764.816.09-
YUV63.67130.45140.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=39.90%
G=26.60%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81546800.330.160.68328.892026.47
Hex5136440211044149141a
Octal12166104041201045112432
Binary1010001110110100010001000011000010001001010010011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513644; }

 p { color: rgb(81,54,68); }

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

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

 a { background-color: rgb(81,54,68); }

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

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

 span { border-color: rgb(81,54,68); }

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