#51223C

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

Shades of Barossa #51223C

Tints of Barossa #51223C

Color information

#51223C (or 0x51223C) is unknown color: approx Barossa. HEX triplet: 51, 22 and 3C. RGB value is (81,34,60). Sum of RGB (Red+Green+Blue) = 81+34+60=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51223C is #AEDDC3. Grayscale: #323232. Windows color (decimal): -11460036 or 3940945. OLE color: 3940945.

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

Color convert

RGB813460-
CMYK00.580.260.68
HSL326.81º40.87%22.55%-
HSV(B)326.81º58.02%31.76%-
XYZ4.783.224.64-
YUV51.02133.07149.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=46.29%
G=19.43%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81346000.580.260.68326.8140.8722.55
Hex51223C03A1A441472917
Octal1214274072321045075127
Binary1010001100010111100011101011010100010010100011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51223C; }

 p { color: rgb(81,34,60); }

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

<style>
 a { background-color: #51223C; }

 a { background-color: rgb(81,34,60); }

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

<style>
 span { border-color: #51223C; }

 span { border-color: rgb(81,34,60); }

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