Html Css Color HEX #513640 Barossa

📋 copy color: '#513640'

red 81 ◦ green 54 ◦ blue 64

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

Shades of Barossa #513640

Tints of Barossa #513640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.14%

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

R = 40.7%
G = 27.14%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#513640 (or 0x513640) is known color: Barossa. HEX triplet: 51, 36 and 40. RGB value is (81,54,64). Sum of RGB (Red+Green+Blue) = 81+54+64=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #513640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513640 is #AEC9BF. Grayscale: #3F3F3F. Windows color (decimal): -11454912 or 4208209. OLE color: 4208209.

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

Color convert

RGB 81 54 64 -
CMYK 0 0.33 0.21 0.68
HSL 337.78º 0.2% 0.26% -
HSV(B) 337.78º 0.33% 0.32% -
XYZ 5.64 4.76 5.47 -
YUV 63.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 81 54 64 0 0.33 0.21 0.68 337.78 0.2 0.26
Hex 51 36 40 0 21 15 44 152 14 1A
Octal 121 66 100 0 41 25 104 522 24 32
Binary 1010001 110110 1000000 0 100001 10101 1000100 101010010 10100 11010

Color Harmonies of #513640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513640

Black with #513640

Text Example


Text Example

White with #513640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513640; }

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

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

background-color css

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

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

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

border-color css

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

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

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