Html Css Color HEX #512940 Barossa

📋 copy color: '#512940'

red 81 ◦ green 41 ◦ blue 64

#512940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #512940

Tints of Barossa #512940

RGB

 RED value IS 81 (32.03% from 255) = 43.55%

 GREEN value IS 41 (16.41% from 255) = 22.04%

 BLUE value IS 64 (25.39% from 255) = 34.41%

R = 43.55%
G = 22.04%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#512940 (or 0x512940) is known color: Barossa. HEX triplet: 51, 29 and 40. RGB value is (81,41,64). Sum of RGB (Red+Green+Blue) = 81+41+64=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #512940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512940 is #AED6BF. Grayscale: #373737. Windows color (decimal): -11458240 or 4204881. OLE color: 4204881.

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

Color convert

RGB 81 41 64 -
CMYK 0 0.49 0.21 0.68
HSL 325.5º 0.33% 0.24% -
HSV(B) 325.5º 0.49% 0.32% -
XYZ 5.11 3.71 5.3 -
YUV 55.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 81 41 64 0 0.49 0.21 0.68 325.5 0.33 0.24
Hex 51 29 40 0 31 15 44 146 21 18
Octal 121 51 100 0 61 25 104 506 41 30
Binary 1010001 101001 1000000 0 110001 10101 1000100 101000110 100001 11000

Color Harmonies of #512940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512940

Black with #512940

Text Example


Text Example

White with #512940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512940; }

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

 H1.HeaderClassName
 {
   color: #512940;
 }
 .AnyTagClassName
 {
   color: #512940;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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