Html Css Color HEX #513141 Barossa

📋 copy color: '#513141'

red 81 ◦ green 49 ◦ blue 65

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

Shades of Barossa #513141

Tints of Barossa #513141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.13%

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

R = 41.54%
G = 25.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#513141 (or 0x513141) is known color: Barossa. HEX triplet: 51, 31 and 41. RGB value is (81,49,65). Sum of RGB (Red+Green+Blue) = 81+49+65=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #513141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513141 is #AECEBE. Grayscale: #3C3C3C. Windows color (decimal): -11456191 or 4272465. OLE color: 4272465.

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

Color convert

RGB 81 49 65 -
CMYK 0 0.40 0.20 0.68
HSL 330º 0.25% 0.25% -
HSV(B) 330º 0.4% 0.32% -
XYZ 5.45 4.33 5.55 -
YUV 60.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 81 49 65 0 0.40 0.20 0.68 330 0.25 0.25
Hex 51 31 41 0 28 14 44 14A 19 19
Octal 121 61 101 0 50 24 104 512 31 31
Binary 1010001 110001 1000001 0 101000 10100 1000100 101001010 11001 11001

Color Harmonies of #513141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513141

Black with #513141

Text Example


Text Example

White with #513141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513141; }

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

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

background-color css

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

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

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

border-color css

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

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

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