Html Css Color HEX #523244 Barossa

📋 copy color: '#523244'

red 82 ◦ green 50 ◦ blue 68

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

Shades of Barossa #523244

Tints of Barossa #523244

RGB

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

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

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

R = 41%
G = 25%
B = 34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#523244 (or 0x523244) is known color: Barossa. HEX triplet: 52, 32 and 44. RGB value is (82,50,68). Sum of RGB (Red+Green+Blue) = 82+50+68=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #523244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523244 is #ADCDBB. Grayscale: #3D3D3D. Windows color (decimal): -11390396 or 4469330. OLE color: 4469330.

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

Color convert

RGB 82 50 68 -
CMYK 0 0.39 0.17 0.68
HSL 326.25º 0.24% 0.26% -
HSV(B) 326.25º 0.39% 0.32% -
XYZ 5.66 4.49 6.04 -
YUV 61.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 82 50 68 0 0.39 0.17 0.68 326.25 0.24 0.26
Hex 52 32 44 0 27 11 44 146 18 1A
Octal 122 62 104 0 47 21 104 506 30 32
Binary 1010010 110010 1000100 0 100111 10001 1000100 101000110 11000 11010

Color Harmonies of #523244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523244

Black with #523244

Text Example


Text Example

White with #523244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523244; }

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

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

background-color css

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

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

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

border-color css

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

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

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