#51213F

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

Shades of Barossa #51213F

Tints of Barossa #51213F

Color information

#51213F (or 0x51213F) is unknown color: approx Barossa. HEX triplet: 51, 21 and 3F. RGB value is (81,33,63). Sum of RGB (Red+Green+Blue) = 81+33+63=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #51213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51213F is #AEDEC0. Grayscale: #323232. Windows color (decimal): -11460289 or 4137297. OLE color: 4137297.

HSL color Cylindrical-coordinate representation of color #51213F: hue angle of 322.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 #51213F is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB813363-
CMYK00.590.220.68
HSL322.5º42.11%22.35%-
HSV(B)322.5º59.26%31.76%-
XYZ4.833.25.06-
YUV50.77134.9149.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 63 (25% from 255) = 35.59%
R=45.76%
G=18.64%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81336300.590.220.68322.542.1122.35
Hex51213F03B16441422a16
Octal1214177073261045025226
Binary1010001100001111111011101110110100010010100001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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