Html Css Color HEX #521F3F Barossa

📋 copy color: '#521F3F'

red 82 ◦ green 31 ◦ blue 63

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

Shades of Barossa #521F3F

Tints of Barossa #521F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.8%

R = 46.59%
G = 17.61%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#521F3F (or 0x521F3F) is known color: Barossa. HEX triplet: 52, 1F and 3F. RGB value is (82,31,63). Sum of RGB (Red+Green+Blue) = 82+31+63=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #521F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F3F is #ADE0C0. Grayscale: #313131. Windows color (decimal): -11395265 or 4136786. OLE color: 4136786.

HSL color Cylindrical-coordinate representation of color #521F3F: hue angle of 322.35º 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 #521F3F is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 31 63 -
CMYK 0 0.62 0.23 0.68
HSL 322.35º 0.45% 0.22% -
HSV(B) 322.35º 0.62% 0.32% -
XYZ 4.87 3.13 5.05 -
YUV 49.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 82 31 63 0 0.62 0.23 0.68 322.35 0.45 0.22
Hex 52 1F 3F 0 3E 17 44 142 2D 16
Octal 122 37 77 0 76 27 104 502 55 26
Binary 1010010 11111 111111 0 111110 10111 1000100 101000010 101101 10110

Color Harmonies of #521F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F3F

Black with #521F3F

Text Example


Text Example

White with #521F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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