Html Css Color HEX #513244 Barossa

📋 copy color: '#513244'

red 81 ◦ green 50 ◦ blue 68

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

Shades of Barossa #513244

Tints of Barossa #513244

RGB

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

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

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

R = 40.7%
G = 25.13%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#513244 (or 0x513244) is known color: Barossa. HEX triplet: 51, 32 and 44. RGB value is (81,50,68). Sum of RGB (Red+Green+Blue) = 81+50+68=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #513244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513244 is #AECDBB. Grayscale: #3D3D3D. Windows color (decimal): -11455932 or 4469329. OLE color: 4469329.

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

Color convert

RGB 81 50 68 -
CMYK 0 0.38 0.16 0.68
HSL 325.16º 0.24% 0.26% -
HSV(B) 325.16º 0.38% 0.32% -
XYZ 5.58 4.45 6.03 -
YUV 61.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 81 50 68 0 0.38 0.16 0.68 325.16 0.24 0.26
Hex 51 32 44 0 26 10 44 145 18 1A
Octal 121 62 104 0 46 20 104 505 30 32
Binary 1010001 110010 1000100 0 100110 10000 1000100 101000101 11000 11010

Color Harmonies of #513244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513244

Black with #513244

Text Example


Text Example

White with #513244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513244; }

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

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

background-color css

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

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

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

border-color css

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

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

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