Html Css Color HEX #512B40 Barossa

📋 copy color: '#512B40'

red 81 ◦ green 43 ◦ blue 64

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

Shades of Barossa #512B40

Tints of Barossa #512B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.87%

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

R = 43.09%
G = 22.87%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#512B40 (or 0x512B40) is known color: Barossa. HEX triplet: 51, 2B and 40. RGB value is (81,43,64). Sum of RGB (Red+Green+Blue) = 81+43+64=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #512B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B40 is #AED4BF. Grayscale: #383838. Windows color (decimal): -11457728 or 4205393. OLE color: 4205393.

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

Color convert

RGB 81 43 64 -
CMYK 0 0.47 0.21 0.68
HSL 326.84º 0.31% 0.24% -
HSV(B) 326.84º 0.47% 0.32% -
XYZ 5.18 3.85 5.32 -
YUV 56.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 81 43 64 0 0.47 0.21 0.68 326.84 0.31 0.24
Hex 51 2B 40 0 2F 15 44 147 1F 18
Octal 121 53 100 0 57 25 104 507 37 30
Binary 1010001 101011 1000000 0 101111 10101 1000100 101000111 11111 11000

Color Harmonies of #512B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B40

Black with #512B40

Text Example


Text Example

White with #512B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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