Html Css Color HEX #521F40 Barossa

📋 copy color: '#521F40'

red 82 ◦ green 31 ◦ blue 64

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

Shades of Barossa #521F40

Tints of Barossa #521F40

RGB

 RED value IS 82 (32.42% from 255) = 46.33%

 GREEN value IS 31 (12.5% from 255) = 17.51%

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

R = 46.33%
G = 17.51%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#521F40 (or 0x521F40) is known color: Barossa. HEX triplet: 52, 1F and 40. RGB value is (82,31,64). Sum of RGB (Red+Green+Blue) = 82+31+64=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #521F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F40 is #ADE0BF. Grayscale: #313131. Windows color (decimal): -11395264 or 4202322. OLE color: 4202322.

HSL color Cylindrical-coordinate representation of color #521F40: hue angle of 321.18º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #521F40 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 31 64 -
CMYK 0 0.62 0.22 0.68
HSL 321.18º 0.45% 0.22% -
HSV(B) 321.18º 0.62% 0.32% -
XYZ 4.9 3.14 5.2 -
YUV 50.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 82 31 64 0 0.62 0.22 0.68 321.18 0.45 0.22
Hex 52 1F 40 0 3E 16 44 141 2D 16
Octal 122 37 100 0 76 26 104 501 55 26
Binary 1010010 11111 1000000 0 111110 10110 1000100 101000001 101101 10110

Color Harmonies of #521F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F40

Black with #521F40

Text Example


Text Example

White with #521F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521F40; }

 p { color: rgb(82,31,64); }

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

background-color css

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

 a { background-color: rgb(82,31,64); }

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

border-color css

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

 span { border-color: rgb(82,31,64); }

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