Html Css Color HEX #52213E Barossa

📋 copy color: '#52213E'

red 82 ◦ green 33 ◦ blue 62

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

Shades of Barossa #52213E

Tints of Barossa #52213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.64%

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 46.33%
G = 18.64%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#52213E (or 0x52213E) is known color: Barossa. HEX triplet: 52, 21 and 3E. RGB value is (82,33,62). Sum of RGB (Red+Green+Blue) = 82+33+62=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52213E is #ADDEC1. Grayscale: #323232. Windows color (decimal): -11394754 or 4071762. OLE color: 4071762.

HSL color Cylindrical-coordinate representation of color #52213E: hue angle of 324.49º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52213E is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 33 62 -
CMYK 0 0.60 0.24 0.68
HSL 324.49º 0.43% 0.23% -
HSV(B) 324.49º 0.6% 0.32% -
XYZ 4.89 3.23 4.92 -
YUV 50.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 82 33 62 0 0.60 0.24 0.68 324.49 0.43 0.23
Hex 52 21 3E 0 3C 18 44 144 2B 17
Octal 122 41 76 0 74 30 104 504 53 27
Binary 1010010 100001 111110 0 111100 11000 1000100 101000100 101011 10111

Color Harmonies of #52213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52213E

Black with #52213E

Text Example


Text Example

White with #52213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52213E; }

 p { color: rgb(82,33,62); }

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

background-color css

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

 a { background-color: rgb(82,33,62); }

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

border-color css

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

 span { border-color: rgb(82,33,62); }

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