Html Css Color HEX #513744 Barossa

📋 copy color: '#513744'

red 81 ◦ green 55 ◦ blue 68

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

Shades of Barossa #513744

Tints of Barossa #513744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.96%

 BLUE value IS 68 (26.95% from 255) = 33.33%

R = 39.71%
G = 26.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#513744 (or 0x513744) is known color: Barossa. HEX triplet: 51, 37 and 44. RGB value is (81,55,68). Sum of RGB (Red+Green+Blue) = 81+55+68=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #513744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513744 is #AEC8BB. Grayscale: #404040. Windows color (decimal): -11454652 or 4470609. OLE color: 4470609.

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

Color convert

RGB 81 55 68 -
CMYK 0 0.32 0.16 0.68
HSL 330º 0.19% 0.27% -
HSV(B) 330º 0.32% 0.32% -
XYZ 5.8 4.9 6.11 -
YUV 64.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 81 55 68 0 0.32 0.16 0.68 330 0.19 0.27
Hex 51 37 44 0 20 10 44 14A 13 1B
Octal 121 67 104 0 40 20 104 512 23 33
Binary 1010001 110111 1000100 0 100000 10000 1000100 101001010 10011 11011

Color Harmonies of #513744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513744

Black with #513744

Text Example


Text Example

White with #513744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513744; }

 p { color: rgb(81,55,68); }

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

background-color css

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

 a { background-color: rgb(81,55,68); }

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

border-color css

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

 span { border-color: rgb(81,55,68); }

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