Html Css Color HEX #512B41 Barossa

📋 copy color: '#512B41'

red 81 ◦ green 43 ◦ blue 65

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

Shades of Barossa #512B41

Tints of Barossa #512B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 42.86%
G = 22.75%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#512B41 (or 0x512B41) is known color: Barossa. HEX triplet: 51, 2B and 41. RGB value is (81,43,65). Sum of RGB (Red+Green+Blue) = 81+43+65=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #512B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B41 is #AED4BE. Grayscale: #383838. Windows color (decimal): -11457727 or 4270929. OLE color: 4270929.

HSL color Cylindrical-coordinate representation of color #512B41: hue angle of 325.26º 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 #512B41 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 43 65 -
CMYK 0 0.47 0.20 0.68
HSL 325.26º 0.31% 0.24% -
HSV(B) 325.26º 0.47% 0.32% -
XYZ 5.21 3.86 5.47 -
YUV 56.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 81 43 65 0 0.47 0.20 0.68 325.26 0.31 0.24
Hex 51 2B 41 0 2F 14 44 145 1F 18
Octal 121 53 101 0 57 24 104 505 37 30
Binary 1010001 101011 1000001 0 101111 10100 1000100 101000101 11111 11000

Color Harmonies of #512B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B41

Black with #512B41

Text Example


Text Example

White with #512B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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