Html Css Color HEX #512140 Barossa

📋 copy color: '#512140'

red 81 ◦ green 33 ◦ blue 64

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

Shades of Barossa #512140

Tints of Barossa #512140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.54%

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

R = 45.51%
G = 18.54%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#512140 (or 0x512140) is known color: Barossa. HEX triplet: 51, 21 and 40. RGB value is (81,33,64). Sum of RGB (Red+Green+Blue) = 81+33+64=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #512140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512140 is #AEDEBF. Grayscale: #323232. Windows color (decimal): -11460288 or 4202833. OLE color: 4202833.

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

Color convert

RGB 81 33 64 -
CMYK 0 0.59 0.21 0.68
HSL 321.25º 0.42% 0.22% -
HSV(B) 321.25º 0.59% 0.32% -
XYZ 4.86 3.21 5.21 -
YUV 50.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 81 33 64 0 0.59 0.21 0.68 321.25 0.42 0.22
Hex 51 21 40 0 3B 15 44 141 2A 16
Octal 121 41 100 0 73 25 104 501 52 26
Binary 1010001 100001 1000000 0 111011 10101 1000100 101000001 101010 10110

Color Harmonies of #512140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512140

Black with #512140

Text Example


Text Example

White with #512140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512140; }

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

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

background-color css

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

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

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

border-color css

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

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

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