Html Css Color HEX #513240 Barossa

📋 copy color: '#513240'

red 81 ◦ green 50 ◦ blue 64

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

Shades of Barossa #513240

Tints of Barossa #513240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.64%

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

R = 41.54%
G = 25.64%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#513240 (or 0x513240) is known color: Barossa. HEX triplet: 51, 32 and 40. RGB value is (81,50,64). Sum of RGB (Red+Green+Blue) = 81+50+64=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #513240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513240 is #AECDBF. Grayscale: #3C3C3C. Windows color (decimal): -11455936 or 4207185. OLE color: 4207185.

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

Color convert

RGB 81 50 64 -
CMYK 0 0.38 0.21 0.68
HSL 332.9º 0.24% 0.26% -
HSV(B) 332.9º 0.38% 0.32% -
XYZ 5.46 4.4 5.41 -
YUV 60.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 81 50 64 0 0.38 0.21 0.68 332.9 0.24 0.26
Hex 51 32 40 0 26 15 44 14D 18 1A
Octal 121 62 100 0 46 25 104 515 30 32
Binary 1010001 110010 1000000 0 100110 10101 1000100 101001101 11000 11010

Color Harmonies of #513240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513240

Black with #513240

Text Example


Text Example

White with #513240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513240; }

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

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

background-color css

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

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

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

border-color css

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

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

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