#51323E

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

Shades of Barossa #51323E

Tints of Barossa #51323E

Color information

#51323E (or 0x51323E) is unknown color: approx Barossa. HEX triplet: 51, 32 and 3E. RGB value is (81,50,62). Sum of RGB (Red+Green+Blue) = 81+50+62=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #51323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51323E is #AECDC1. Grayscale: #3C3C3C. Windows color (decimal): -11455938 or 4076113. OLE color: 4076113.

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

Color convert

RGB815062-
CMYK00.380.230.68
HSL336.77º23.66%25.69%-
HSV(B)336.77º38.27%31.76%-
XYZ5.44.385.12-
YUV60.64128.77142.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=41.97%
G=25.91%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81506200.380.230.68336.7723.6625.69
Hex51323E0261744151181a
Octal1216276046271045213032
Binary101000111001011111001001101011110001001010100011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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