#513241

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

Shades of Barossa #513241

Tints of Barossa #513241

Color information

#513241 (or 0x513241) is unknown color: approx Barossa. HEX triplet: 51, 32 and 41. RGB value is (81,50,65). Sum of RGB (Red+Green+Blue) = 81+50+65=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #513241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513241 is #AECDBE. Grayscale: #3C3C3C. Windows color (decimal): -11455935 or 4272721. OLE color: 4272721.

HSL color Cylindrical-coordinate representation of color #513241: hue angle of 330.97º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #513241 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB815065-
CMYK00.380.200.68
HSL330.97º23.66%25.69%-
HSV(B)330.97º38.27%31.76%-
XYZ5.494.415.56-
YUV60.98130.27142.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=41.33%
G=25.51%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81506500.380.200.68330.9723.6625.69
Hex513241026144414b181a
Octal12162101046241045133032
Binary1010001110010100000101001101010010001001010010111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513241; }

 p { color: rgb(81,50,65); }

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

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

 a { background-color: rgb(81,50,65); }

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

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

 span { border-color: rgb(81,50,65); }

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