#51263C

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

Shades of Barossa #51263C

Tints of Barossa #51263C

Color information

#51263C (or 0x51263C) is unknown color: approx Barossa. HEX triplet: 51, 26 and 3C. RGB value is (81,38,60). Sum of RGB (Red+Green+Blue) = 81+38+60=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #51263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51263C is #AED9C3. Grayscale: #353535. Windows color (decimal): -11459012 or 3941969. OLE color: 3941969.

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

Color convert

RGB813860-
CMYK00.530.260.68
HSL329.3º36.13%23.33%-
HSV(B)329.3º53.09%31.76%-
XYZ4.93.464.68-
YUV53.36131.75147.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.25%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=45.25%
G=21.23%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81386000.530.260.68329.336.1323.33
Hex51263C0351A441492417
Octal1214674065321045114427
Binary1010001100110111100011010111010100010010100100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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