#51213B

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

Shades of Barossa #51213B

Tints of Barossa #51213B

Color information

#51213B (or 0x51213B) is unknown color: approx Barossa. HEX triplet: 51, 21 and 3B. RGB value is (81,33,59). Sum of RGB (Red+Green+Blue) = 81+33+59=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #51213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51213B is #AEDEC4. Grayscale: #323232. Windows color (decimal): -11460293 or 3875153. OLE color: 3875153.

HSL color Cylindrical-coordinate representation of color #51213B: hue angle of 327.5º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51213B is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB813359-
CMYK00.590.270.68
HSL327.5º42.11%22.35%-
HSV(B)327.5º59.26%31.76%-
XYZ4.733.154.5-
YUV50.32132.9149.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=46.82%
G=19.08%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81335900.590.270.68327.542.1122.35
Hex51213B03B1B441482a16
Octal1214173073331045105226
Binary1010001100001111011011101111011100010010100100010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51213B; }

 p { color: rgb(81,33,59); }

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

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

 a { background-color: rgb(81,33,59); }

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

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

 span { border-color: rgb(81,33,59); }

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