#51303E

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

Shades of Barossa #51303E

Tints of Barossa #51303E

Color information

#51303E (or 0x51303E) is unknown color: approx Barossa. HEX triplet: 51, 30 and 3E. RGB value is (81,48,62). Sum of RGB (Red+Green+Blue) = 81+48+62=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #51303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51303E is #AECFC1. Grayscale: #3B3B3B. Windows color (decimal): -11456450 or 4075601. OLE color: 4075601.

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

Color convert

RGB814862-
CMYK00.410.230.68
HSL334.55º25.58%25.29%-
HSV(B)334.55º40.74%31.76%-
XYZ5.324.215.09-
YUV59.46129.43143.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 62 (24.61% from 255) = 32.46%
R=42.41%
G=25.13%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81486200.410.230.68334.5525.5825.29
Hex51303E029174414f1a19
Octal1216076051271045173231
Binary101000111000011111001010011011110001001010011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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