Html Css Color HEX #533244 Barossa

📋 copy color: '#533244'

red 83 ◦ green 50 ◦ blue 68

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

Shades of Barossa #533244

Tints of Barossa #533244

RGB

 RED value IS 83 (32.81% from 255) = 41.29%

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

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

R = 41.29%
G = 24.88%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#533244 (or 0x533244) is known color: Barossa. HEX triplet: 53, 32 and 44. RGB value is (83,50,68). Sum of RGB (Red+Green+Blue) = 83+50+68=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #533244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533244 is #ACCDBB. Grayscale: #3D3D3D. Windows color (decimal): -11324860 or 4469331. OLE color: 4469331.

HSL color Cylindrical-coordinate representation of color #533244: hue angle of 327.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533244 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 68 -
CMYK 0 0.40 0.18 0.67
HSL 327.27º 0.25% 0.26% -
HSV(B) 327.27º 0.4% 0.33% -
XYZ 5.75 4.54 6.04 -
YUV 61.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 83 50 68 0 0.40 0.18 0.67 327.27 0.25 0.26
Hex 53 32 44 0 28 12 43 147 19 1A
Octal 123 62 104 0 50 22 103 507 31 32
Binary 1010011 110010 1000100 0 101000 10010 1000011 101000111 11001 11010

Color Harmonies of #533244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533244

Black with #533244

Text Example


Text Example

White with #533244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533244; }

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

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

background-color css

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

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

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

border-color css

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

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

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