#512D3D

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

Shades of Barossa #512D3D

Tints of Barossa #512D3D

Color information

#512D3D (or 0x512D3D) is unknown color: approx Barossa. HEX triplet: 51, 2D and 3D. RGB value is (81,45,61). Sum of RGB (Red+Green+Blue) = 81+45+61=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #512D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D3D is #AED2C2. Grayscale: #393939. Windows color (decimal): -11457219 or 4009297. OLE color: 4009297.

HSL color Cylindrical-coordinate representation of color #512D3D: hue angle of 333.33º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #512D3D is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB814561-
CMYK00.440.250.68
HSL333.33º28.57%24.71%-
HSV(B)333.33º44.44%31.76%-
XYZ5.173.964.91-
YUV57.59129.93144.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 45 (17.97% from 255) = 24.06%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=43.32%
G=24.06%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81456100.440.250.68333.3328.5724.71
Hex512D3D02C194414d1d19
Octal1215575054311045153531
Binary101000110110111110101011001100110001001010011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512D3D; }

 p { color: rgb(81,45,61); }

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

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

 a { background-color: rgb(81,45,61); }

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

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

 span { border-color: rgb(81,45,61); }

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