#52313E

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

Shades of Barossa #52313E

Tints of Barossa #52313E

Color information

#52313E (or 0x52313E) is unknown color: approx Barossa. HEX triplet: 52, 31 and 3E. RGB value is (82,49,62). Sum of RGB (Red+Green+Blue) = 82+49+62=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52313E is #ADCEC1. Grayscale: #3C3C3C. Windows color (decimal): -11390658 or 4075858. OLE color: 4075858.

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

Color convert

RGB824962-
CMYK00.400.240.68
HSL336.36º25.19%25.69%-
HSV(B)336.36º40.24%32.16%-
XYZ5.454.345.11-
YUV60.35128.93143.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=42.49%
G=25.39%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82496200.400.240.68336.3625.1925.69
Hex52313E0281844150191a
Octal1226176050301045203132
Binary101001011000111111001010001100010001001010100001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52313E; }

 p { color: rgb(82,49,62); }

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

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

 a { background-color: rgb(82,49,62); }

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

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

 span { border-color: rgb(82,49,62); }

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