#512640

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

Shades of Barossa #512640

Tints of Barossa #512640

Color information

#512640 (or 0x512640) is unknown color: approx Barossa. HEX triplet: 51, 26 and 40. RGB value is (81,38,64). Sum of RGB (Red+Green+Blue) = 81+38+64=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #512640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512640 is #AED9BF. Grayscale: #353535. Windows color (decimal): -11459008 or 4204113. OLE color: 4204113.

HSL color Cylindrical-coordinate representation of color #512640: hue angle of 323.72º 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 #512640 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB813864-
CMYK00.530.210.68
HSL323.72º36.13%23.33%-
HSV(B)323.72º53.09%31.76%-
XYZ5.013.515.26-
YUV53.82133.75147.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 38 (15.23% from 255) = 20.77%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=44.26%
G=20.77%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81386400.530.210.68323.7236.1323.33
Hex51264003515441442417
Octal12146100065251045044427
Binary10100011001101000000011010110101100010010100010010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512640; }

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

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

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

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

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

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

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

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