Html Css Color HEX #522338 Barossa

📋 copy color: '#522338'

red 82 ◦ green 35 ◦ blue 56

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

Shades of Barossa #522338

Tints of Barossa #522338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.23%

 BLUE value IS 56 (22.27% from 255) = 32.37%

R = 47.4%
G = 20.23%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#522338 (or 0x522338) is known color: Barossa. HEX triplet: 52, 23 and 38. RGB value is (82,35,56). Sum of RGB (Red+Green+Blue) = 82+35+56=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #522338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522338 is #ADDCC7. Grayscale: #333333. Windows color (decimal): -11394248 or 3679058. OLE color: 3679058.

HSL color Cylindrical-coordinate representation of color #522338: hue angle of 333.19º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #522338 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 35 56 -
CMYK 0 0.57 0.32 0.68
HSL 333.19º 0.4% 0.23% -
HSV(B) 333.19º 0.57% 0.32% -
XYZ 4.79 3.28 4.12 -
YUV 51.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 82 35 56 0 0.57 0.32 0.68 333.19 0.4 0.23
Hex 52 23 38 0 39 20 44 14D 28 17
Octal 122 43 70 0 71 40 104 515 50 27
Binary 1010010 100011 111000 0 111001 100000 1000100 101001101 101000 10111

Color Harmonies of #522338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522338

Black with #522338

Text Example


Text Example

White with #522338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522338; }

 p { color: rgb(82,35,56); }

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

background-color css

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

 a { background-color: rgb(82,35,56); }

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

border-color css

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

 span { border-color: rgb(82,35,56); }

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