Html Css Color HEX #52223F Barossa

📋 copy color: '#52223F'

red 82 ◦ green 34 ◦ blue 63

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

Shades of Barossa #52223F

Tints of Barossa #52223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.99%

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

R = 45.81%
G = 18.99%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#52223F (or 0x52223F) is known color: Barossa. HEX triplet: 52, 22 and 3F. RGB value is (82,34,63). Sum of RGB (Red+Green+Blue) = 82+34+63=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52223F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52223F is #ADDDC0. Grayscale: #333333. Windows color (decimal): -11394497 or 4137554. OLE color: 4137554.

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

Color convert

RGB 82 34 63 -
CMYK 0 0.59 0.23 0.68
HSL 323.75º 0.41% 0.23% -
HSV(B) 323.75º 0.59% 0.32% -
XYZ 4.95 3.3 5.08 -
YUV 51.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 82 34 63 0 0.59 0.23 0.68 323.75 0.41 0.23
Hex 52 22 3F 0 3B 17 44 144 29 17
Octal 122 42 77 0 73 27 104 504 51 27
Binary 1010010 100010 111111 0 111011 10111 1000100 101000100 101001 10111

Color Harmonies of #52223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52223F

Black with #52223F

Text Example


Text Example

White with #52223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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