#51313E

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

Shades of Barossa #51313E

Tints of Barossa #51313E

Color information

#51313E (or 0x51313E) is unknown color: approx Barossa. HEX triplet: 51, 31 and 3E. RGB value is (81,49,62). Sum of RGB (Red+Green+Blue) = 81+49+62=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #51313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51313E is #AECEC1. Grayscale: #3C3C3C. Windows color (decimal): -11456194 or 4075857. OLE color: 4075857.

HSL color Cylindrical-coordinate representation of color #51313E: hue angle of 335.62º 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 #51313E is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB814962-
CMYK00.400.230.68
HSL335.62º24.62%25.49%-
HSV(B)335.62º39.51%31.76%-
XYZ5.364.295.1-
YUV60.05129.1142.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=42.19%
G=25.52%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81496200.400.230.68335.6224.6225.49
Hex51313E02817441501919
Octal1216176050271045203131
Binary101000111000111111001010001011110001001010100001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51313E; }

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

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

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

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

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

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

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

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