#51213D

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

Shades of Barossa #51213D

Tints of Barossa #51213D

Color information

#51213D (or 0x51213D) is unknown color: approx Barossa. HEX triplet: 51, 21 and 3D. RGB value is (81,33,61). Sum of RGB (Red+Green+Blue) = 81+33+61=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51213D is #AEDEC2. Grayscale: #323232. Windows color (decimal): -11460291 or 4006225. OLE color: 4006225.

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

Color convert

RGB813361-
CMYK00.590.250.68
HSL325º42.11%22.35%-
HSV(B)325º59.26%31.76%-
XYZ4.783.174.78-
YUV50.54133.9149.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 33 (13.28% from 255) = 18.86%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=46.29%
G=18.86%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81336100.590.250.6832542.1122.35
Hex51213D03B19441452a16
Octal1214175073311045055226
Binary1010001100001111101011101111001100010010100010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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