Html Css Color HEX #513745 Barossa

📋 copy color: '#513745'

red 81 ◦ green 55 ◦ blue 69

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

Shades of Barossa #513745

Tints of Barossa #513745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.66%

R = 39.51%
G = 26.83%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#513745 (or 0x513745) is known color: Barossa. HEX triplet: 51, 37 and 45. RGB value is (81,55,69). Sum of RGB (Red+Green+Blue) = 81+55+69=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #513745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513745 is #AEC8BA. Grayscale: #404040. Windows color (decimal): -11454651 or 4536145. OLE color: 4536145.

HSL color Cylindrical-coordinate representation of color #513745: hue angle of 327.69º 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 #513745 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 55 69 -
CMYK 0 0.32 0.15 0.68
HSL 327.69º 0.19% 0.27% -
HSV(B) 327.69º 0.32% 0.32% -
XYZ 5.83 4.91 6.27 -
YUV 64.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 81 55 69 0 0.32 0.15 0.68 327.69 0.19 0.27
Hex 51 37 45 0 20 F 44 148 13 1B
Octal 121 67 105 0 40 17 104 510 23 33
Binary 1010001 110111 1000101 0 100000 1111 1000100 101001000 10011 11011

Color Harmonies of #513745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513745

Black with #513745

Text Example


Text Example

White with #513745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513745; }

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

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

background-color css

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

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

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

border-color css

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

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

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