Html Css Color HEX #513341 Barossa

📋 copy color: '#513341'

red 81 ◦ green 51 ◦ blue 65

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

Shades of Barossa #513341

Tints of Barossa #513341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

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

R = 41.12%
G = 25.89%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#513341 (or 0x513341) is known color: Barossa. HEX triplet: 51, 33 and 41. RGB value is (81,51,65). Sum of RGB (Red+Green+Blue) = 81+51+65=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #513341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513341 is #AECCBE. Grayscale: #3D3D3D. Windows color (decimal): -11455679 or 4272977. OLE color: 4272977.

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

Color convert

RGB 81 51 65 -
CMYK 0 0.37 0.20 0.68
HSL 332º 0.23% 0.26% -
HSV(B) 332º 0.37% 0.32% -
XYZ 5.53 4.5 5.58 -
YUV 61.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 81 51 65 0 0.37 0.20 0.68 332 0.23 0.26
Hex 51 33 41 0 25 14 44 14C 17 1A
Octal 121 63 101 0 45 24 104 514 27 32
Binary 1010001 110011 1000001 0 100101 10100 1000100 101001100 10111 11010

Color Harmonies of #513341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513341

Black with #513341

Text Example


Text Example

White with #513341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513341; }

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

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

background-color css

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

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

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

border-color css

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

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

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