Html Css Color HEX #513440 Barossa

📋 copy color: '#513440'

red 81 ◦ green 52 ◦ blue 64

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

Shades of Barossa #513440

Tints of Barossa #513440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.4%

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

R = 41.12%
G = 26.4%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#513440 (or 0x513440) is known color: Barossa. HEX triplet: 51, 34 and 40. RGB value is (81,52,64). Sum of RGB (Red+Green+Blue) = 81+52+64=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #513440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513440 is #AECBBF. Grayscale: #3E3E3E. Windows color (decimal): -11455424 or 4207697. OLE color: 4207697.

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

Color convert

RGB 81 52 64 -
CMYK 0 0.36 0.21 0.68
HSL 335.17º 0.22% 0.26% -
HSV(B) 335.17º 0.36% 0.32% -
XYZ 5.55 4.58 5.44 -
YUV 62.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 81 52 64 0 0.36 0.21 0.68 335.17 0.22 0.26
Hex 51 34 40 0 24 15 44 14F 16 1A
Octal 121 64 100 0 44 25 104 517 26 32
Binary 1010001 110100 1000000 0 100100 10101 1000100 101001111 10110 11010

Color Harmonies of #513440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513440

Black with #513440

Text Example


Text Example

White with #513440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513440; }

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

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

background-color css

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

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

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

border-color css

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

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

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