Html Css Color HEX #533443 Barossa

📋 copy color: '#533443'

red 83 ◦ green 52 ◦ blue 67

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

Shades of Barossa #533443

Tints of Barossa #533443

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

 BLUE value IS 67 (26.56% from 255) = 33.17%

R = 41.09%
G = 25.74%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#533443 (or 0x533443) is known color: Barossa. HEX triplet: 53, 34 and 43. RGB value is (83,52,67). Sum of RGB (Red+Green+Blue) = 83+52+67=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #533443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533443 is #ACCBBC. Grayscale: #3E3E3E. Windows color (decimal): -11324349 or 4404307. OLE color: 4404307.

HSL color Cylindrical-coordinate representation of color #533443: hue angle of 330.97º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #533443 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 52 67 -
CMYK 0 0.37 0.19 0.67
HSL 330.97º 0.23% 0.26% -
HSV(B) 330.97º 0.37% 0.33% -
XYZ 5.81 4.7 5.91 -
YUV 62.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 83 52 67 0 0.37 0.19 0.67 330.97 0.23 0.26
Hex 53 34 43 0 25 13 43 14B 17 1A
Octal 123 64 103 0 45 23 103 513 27 32
Binary 1010011 110100 1000011 0 100101 10011 1000011 101001011 10111 11010

Color Harmonies of #533443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533443

Black with #533443

Text Example


Text Example

White with #533443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533443; }

 p { color: rgb(83,52,67); }

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

background-color css

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

 a { background-color: rgb(83,52,67); }

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

border-color css

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

 span { border-color: rgb(83,52,67); }

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