Html Css Color HEX #513741 Barossa

📋 copy color: '#513741'

red 81 ◦ green 55 ◦ blue 65

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

Shades of Barossa #513741

Tints of Barossa #513741

RGB

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

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

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

R = 40.3%
G = 27.36%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#513741 (or 0x513741) is known color: Barossa. HEX triplet: 51, 37 and 41. RGB value is (81,55,65). Sum of RGB (Red+Green+Blue) = 81+55+65=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #513741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513741 is #AEC8BE. Grayscale: #3F3F3F. Windows color (decimal): -11454655 or 4274001. OLE color: 4274001.

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

Color convert

RGB 81 55 65 -
CMYK 0 0.32 0.20 0.68
HSL 336.92º 0.19% 0.27% -
HSV(B) 336.92º 0.32% 0.32% -
XYZ 5.71 4.86 5.64 -
YUV 63.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 81 55 65 0 0.32 0.20 0.68 336.92 0.19 0.27
Hex 51 37 41 0 20 14 44 151 13 1B
Octal 121 67 101 0 40 24 104 521 23 33
Binary 1010001 110111 1000001 0 100000 10100 1000100 101010001 10011 11011

Color Harmonies of #513741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513741

Black with #513741

Text Example


Text Example

White with #513741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513741; }

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

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

background-color css

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

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

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

border-color css

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

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

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